Skip to content

Mrdoge/vuetest

Repository files navigation

vuetest

My Vue.js project 自己瞎玩的项目 npm install的时候要注意,需要多安装了vue-awesome-swiper插件

Build Setup(eg)

# install dependencies
npm install

# serve with hot reload at localhost:8081
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

# run unit tests
npm run unit

# run e2e tests
npm run e2e

# run all tests
npm test

For detailed explanation on how things work, checkout the guide and docs for vue-loader.

让它跑起来步骤(cn)

# 安装依赖
npm install

# 启动有热加载服务,访问地址localhost:8081(或者本地ip+端口)
npm run dev

# 打包并压缩
npm run build

# build for production and view the bundle analyzer report
npm run build --report

# 单元测试
npm run unit

# run e2e tests
npm run e2e

# run all tests
npm test

For detailed explanation on how things work, checkout the guide and docs for vue-loader.