lyx-components-template
v1.0.2
Published
A Vue.js project
Downloads
5
Readme
lyx-components-template
A Vue.js project
Build Setup
# 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.
2020/7/27 19:00 发布 1.0.0版本
2020/7/27 19:10 发布 1.0.1版本 添加了可打包文字图标配置 { test: /.(svg|ttf|eot|woff|woff2)$/, loader: 'url-loader', options:{ name:'[name].[ext]', limit: 9999999 } } 2020/7/27 19:10 发布 1.0.2版本(修改导出文件格式)