All Projects → kazupon → Vue Cli Plugin P11n

kazupon / Vue Cli Plugin P11n

Licence: mit
🔌 Vue CLI 3 plugin to pluginize your Vue project

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Vue Cli Plugin P11n

Vue Cli Plugin I18n
🌐 Vue CLI plugin to add vue-i18n to your Vue Project
Stars: ✭ 172 (+47.01%)
Mutual labels:  vue-cli, plugin
Vue Cli Plugin Qiankun
🚀 qiankun plugin for vue-cli
Stars: ✭ 151 (+29.06%)
Mutual labels:  vue-cli, plugin
Vue Plugin Boilerplate
🔩 Boilerplate for Vue.js plugin
Stars: ✭ 143 (+22.22%)
Mutual labels:  vue-cli, plugin
Vue Cli Plugin Browser Extension
Browser extension development plugin for vue-cli 3.0
Stars: ✭ 238 (+103.42%)
Mutual labels:  vue-cli, plugin
Vue Mobile Cli
🚀 Vue移动端多页应用脚手架
Stars: ✭ 112 (-4.27%)
Mutual labels:  vue-cli
Ruoyi Vue Fast
(RuoYi)官方仓库 基于SpringBoot,Spring Security,JWT,Vue & Element 的前后端分离权限管理系统
Stars: ✭ 107 (-8.55%)
Mutual labels:  vue-cli
Androiddynamicloader
A plugin system that runs like a browser, but instead of load web pages, it load apk plugins which runs natively on Android system.
Stars: ✭ 1,437 (+1128.21%)
Mutual labels:  plugin
Flowmaker
flowmaker: JS to SVG flowchart generation extension for Vscode in realtime written in typescript and also download the SVG through local node server. Extension:
Stars: ✭ 108 (-7.69%)
Mutual labels:  plugin
Obs Virtual Cam
obs-studio plugin to simulate a directshow webcam
Stars: ✭ 1,558 (+1231.62%)
Mutual labels:  plugin
Git Blame.vim
See Git Blame information in the status bar for the currently selected line.
Stars: ✭ 113 (-3.42%)
Mutual labels:  plugin
Responsive Sidebar Navigation
An easy-to-integrate side, vertical navigation, ideal for dashboards and admin areas.
Stars: ✭ 111 (-5.13%)
Mutual labels:  plugin
Xseries
Library for cross-version Minecraft Bukkit support and various efficient API methods.
Stars: ✭ 109 (-6.84%)
Mutual labels:  plugin
Vim Kubernetes
vim-kubernetes
Stars: ✭ 112 (-4.27%)
Mutual labels:  plugin
Vue Meizi
vue最新实战项目,vue2 + vuex + webpack + es6 干货多多,新手福利
Stars: ✭ 1,476 (+1161.54%)
Mutual labels:  vue-cli
Vue D3
a vue.js plugin for D3
Stars: ✭ 113 (-3.42%)
Mutual labels:  plugin
Qualinsight Plugins Sonarqube Badges
Plugin for SonarQube that generates badges displaying information about a project's or view's quality.
Stars: ✭ 108 (-7.69%)
Mutual labels:  plugin
Android Styler
Android Studio / IDEA plugin that helps to create styles
Stars: ✭ 110 (-5.98%)
Mutual labels:  plugin
Jira Vim
A vim plugin to access your Jira workspace directly from Vim
Stars: ✭ 113 (-3.42%)
Mutual labels:  plugin
Flutter Reaction Button
Flutter reaction button plugin it is fully customizable widget such as Facebook reaction button
Stars: ✭ 111 (-5.13%)
Mutual labels:  plugin
Search Plugins
Search plugins for the search feature
Stars: ✭ 1,860 (+1489.74%)
Mutual labels:  plugin

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].