0.3.0 • Published 5 years ago
vue-web-components v0.3.0
vue-web-components
安装依赖
npm install本地调试
npm run servenpm下载使用
// 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 testLints and fixes files
npm run lintCustomize configuration
See Configuration Reference. (https://github.com/vuejs/vue-docs-zh-cn/blob/master/vue-web-component-wrapper/README.md)