2.0.3 • Published 5 years ago

zoe-npm-practice v2.0.3

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

zoe-npm-practice

测试工程-组件的打包与引用 ##Install & Use

安装方法:
1.npm安装
npm install zoe-npm-practice

使用方法: 1.组件内部使用 html:    js: import EditBox from 'zoe-npm-practice' components: { EditBox }

  1. 全局安装: 在main.js中添加如下代码 import EditBox from 'zoe-npm-practice' Vue.use(EditBox) 在其他.vue文件里面,直接使用组件即可
## Build Setup

``` bash
# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

For detailed explanation on how things work, consult the docs for vue-loader.

2.0.3

5 years ago

2.0.2

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago