JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 94
  • Score
    100M100P100Q67649F
  • License MIT

Vue CLI 3 plugin to pluginize your Vue project

Package Exports

  • vue-cli-plugin-p11n

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (vue-cli-plugin-p11n) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

🔌 vue-cli-plugin-p11n

CircleCI

Vue CLI 3 plugin to pluginize your Vue project

p11n = pluginization

Become a Patreon

⭐ Features

Adjust your project generated by Vue CLI 3 to plugin development environment.

  • Setup the plugin development codes for JavaScript or TypeScript
  • Build for production code with rollup
  • Adjust some files to distribute your Vue plugin
  • Adjust to the environment where developable your Vue plugin with App.vue
  • Provide demonstrate environment for your Vue plugin
  • Setup the initial documentation environment with VuePress

🚀 Getting Started

If yon don't have a project created with Vue CLI 3:

vue create vue-your-plugin

Install the plugin into your project:

cd vue-your-plugin
vue add p11n

✅ TODO

See the GitHub projects

ÂŠī¸ License

MIT