vue-web-components
v0.3.0
Published
### 安装依赖 ``` npm install ```
Downloads
3
Maintainers
Readme
vue-web-components
安装依赖
npm install
本地调试
npm run serve
npm下载使用
// vue框架
npm install vue-web-components --save
import VueWebComponents from 'vue-web-components';
import 'vue-web-components/lib/vue-web-components.css';
Vue.use(VueWebComponents)
// 非vue其它框架待续...
CDN使用
待续...
Run your tests
npm run test
Lints and fixes files
npm run lint
Customize configuration
See Configuration Reference. (https://github.com/vuejs/vue-docs-zh-cn/blob/master/vue-web-component-wrapper/README.md)