UNPKG

dashen-tool

Version:

无法超越的大神代码

24 lines (16 loc) 678 B
# dashen-tool > 无法超越的大神代码 ## Build Setup ``` bash # 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](http://vuejs.github.io/vue-loader). <!-- // 采用commonJs入口文件,如果不配置,我们在其他项目中就不用import XX from XX来引用了,只能以包名作为起点来指定相对的路径 "main": "dist/index.js", "jsnext:main": "src/index.js", // 采用es6模块化入口 "private": false, // 因为组件包是公用的,所以privatefalse -->