1 Star 4 Fork 2

Hylun / vue-example

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
README.md 691 Bytes
一键复制 编辑 原始数据 按行查看 历史
Hylun 提交于 2017-10-11 17:57 . 添加cnpm命令

vue-example

vue.js示例项目,实现了一个简单的框架

快速开始

# 安装项目依赖类库
npm install
#如果执行过程卡住,可以执行多次,或者用cnpm命令替代
npm install -g cnpm --registry=https://registry.npm.taobao.org;cnpm install


# 启动localhost:8080 服务,进行开发测试
npm run dev

# 编译项目
npm run build

# 编译项目并查看日志
npm run build --report

# 执行单元测试
npm run unit

# 执行 e2e 测试
npm run e2e

# 执行所有测试
npm test

相关更多详细说明,请查看手册vue-loader的文档

JavaScript
1
https://gitee.com/hylun/vue-example.git
git@gitee.com:hylun/vue-example.git
hylun
vue-example
vue-example
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891