1. vue-cli-plugin-p11n
Vue CLI 3 plugin to pluginize your Vue project
vue-cli-plugin-p11n
Package: vue-cli-plugin-p11n
Created by: kazupon
Last modified: Mon, 23 May 2022 13:05:21 GMT
Version: 0.4.0
License: MIT
Downloads: 129
Repository: https://github.com/kazupon/vue-cli-plugin-p11n

Install

npm install vue-cli-plugin-p11n
yarn add vue-cli-plugin-p11n

:electric_plug: vue-cli-plugin-p11n

CircleCI

Vue CLI 3 plugin to pluginize your Vue project

p11n = pluginization

Become a Patreon

:star: 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
  • Automatically insert node_modules as rollup externals

:rocket: 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

:package: Build Customizing

Automatically insert node_modules as externals

If you don't want to bundle dependent modules like axios at your plugin, you can make it external using dependencies of package.json.

example the below:

 {
  ...
  "dependencies": {
    "axios": "^0.18.0"
  },
  ...
}

:scroll: Changelog

Detailed changes for each release are documented in the CHANGELOG.md.

:exclamation: Issues

Please make sure to read the Issue Reporting Checklist before opening an issue. Issues not conforming to the guidelines may be closed immediately.

:muscle: Contribution

Please make sure to read the Contributing Guide before making a pull request.

:white_check_mark: TODO

See the GitHub projects

MIT

RELATED POST

10 Must-Know Windows Shortcuts That Will Save You Time

10 Must-Know Windows Shortcuts That Will Save You Time

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Navigating AWS Networking: Essential Hacks for Smooth Operation

Navigating AWS Networking: Essential Hacks for Smooth Operation

Achieving Stunning Visuals with Unity's Global Illumination

Achieving Stunning Visuals with Unity's Global Illumination

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code