- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: https://github.com/xwpongithub/vue-multipage-cli
- 软件文档: https://github.com/xwpongithub/vue-multipage-cli/blob/2.0.0/README.md
- 官方下载: https://github.com/xwpongithub/vue-multipage-cli/archive/2.0.0.zip
软件介绍
vue-multipage-cli
构建 vue 多页面应用的 cli 。
基本使用方法
使用方法与vue官方的vue-cli基本是一样的,只是因为是多页面应用程序,所以目前这个版本 html页面和js入口文件还需要自己手动到build目录下相应的配置文件里去配置一下。
基本构建命令
npm update 更新依赖的模块
npm install 安装依赖模块(其他命令必须在运行完此命令后才能调用!)
npm run dev 开启测试环境,在测试环境下开发
npm run build 发布正式版本
npm run build --report 发布正式版本的同时输出构建情况
npm run lint 应用eslint检测js,vue文件的语法以及规则
Domain-Driven Design
Eric Evans / Addison-Wesley Professional / 2003-8-30 / USD 74.99
"Eric Evans has written a fantastic book on how you can make the design of your software match your mental model of the problem domain you are addressing. "His book is very compatible with XP. It is n......一起来看看 《Domain-Driven Design》 这本书的介绍吧!
