0.3.0 • Published 3 years ago

vue-web-components v0.3.0

Weekly downloads
16
License
ISC
Repository
github
Last release
3 years ago

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)