- 授权协议: 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文件的语法以及规则
Real-Time Collision Detection
Christer Ericson / CRC Press / 2004-12-22 / USD 98.95
Written by an expert in the game industry, Christer Ericson's new book is a comprehensive guide to the components of efficient real-time collision detection systems. The book provides the tools and kn......一起来看看 《Real-Time Collision Detection》 这本书的介绍吧!