GitXplorerGitXplorer
k

vue-cli-plugin-p11n

public
113 stars
13 forks
28 issues

Commits

List of commits on branch master.
Unverified
10324ff5ad08565ddaacba3c04144f99b81d36e8

update

kkazupon committed 4 years ago
Verified
03e0b3338c94291843e9c5bd04c374fd91026b04

build(deps): [security] bump prismjs from 1.15.0 to 1.21.0 (#47)

ddependabot-preview[bot] committed 4 years ago
Verified
a255cae62cf2704fc353e589ae3b16e270516ab1

build(deps): [security] bump elliptic from 6.4.1 to 6.5.3 (#46)

ddependabot-preview[bot] committed 4 years ago
Verified
af885746bff5e3f94005dd1f4eb3a3f5f5d15dcb

build(deps): [security] bump apollo-server-express from 2.3.3 to 2.14.2 (#45)

ddependabot-preview[bot] committed 4 years ago
Verified
3b96e9e239edd6f7009430dd07b59b11605f7d09

build(deps): [security] bump websocket-extensions from 0.1.3 to 0.1.4 (#44)

ddependabot-preview[bot] committed 4 years ago
Verified
abb3e33f4f547ab80d7725ba5858faa7ad81c567

build(deps): [security] bump handlebars from 4.5.3 to 4.7.6 (#43)

ddependabot-preview[bot] committed 4 years ago

README

The README file for this repository.

THIS REPOSITORY IS DEPRECATED

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

🚀 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

📦 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"
  },
  ...
}

📜 Changelog

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

❗ Issues

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

💪 Contribution

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

✅ TODO

See the GitHub projects

©️ License

MIT