kooadminui
v1.0.20
Published
A Vue.js project
Readme
kooadminui
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 buildFor detailed explanation on how things work, consult the docs for vue-loader.
入口会根据开发环境 ,生产环境切换: -- main.js 是npm run dev 的入口,就是App.vue, 用于调试/测试我们开发的组件; -- index.js是Main.vue, 就是我们开发的组件,我们打包到生产环境打包就只是单纯的组件
