0.1.10 • Published 5 years ago

@edwardorz/vue-plugin-template v0.1.10

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

vue-plugin-template

npm.io npm.io npm.io

A template for generating vue plugin use Vue CLI 3.

使用 | Usage

vue init edwardorz/vue-plugin-template my-lovely-plugin

cd my-lovely-plugin

// dev
yarn serve

// build
yarn build

// build with report
yarn build:report

// generate docs
yarn docs

特性 | Features

  • 使用 vue-cli-service build --target lib 进行编译
  • 支持多种vue plugin形式: SFC/实例方法/全局属性、方法/directives/mixins
  • generate docs
  • less + pug

TODOS

  • test 测试
  • sass
  • jsx
  • Jekyll

Change Logs

  • 2019-01-22 useBuiltIns设置成false来进一步压缩编译包的大小,具体请参考Vue-CLI #ISSUE199

License

MIT

0.1.10

5 years ago

0.1.9

5 years ago

0.1.8

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.0

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago