- 授权协议: 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文件的语法以及规则
JavaScript Patterns
Stoyan Stefanov / O'Reilly Media, Inc. / 2010-09-21 / USD 29.99
What's the best approach for developing an application with JavaScript? This book helps you answer that question with numerous JavaScript coding patterns and best practices. If you're an experienced d......一起来看看 《JavaScript Patterns》 这本书的介绍吧!
