Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zhf1206/vue-single-page-template

这是一个单页面vue项目开发框架
https://github.com/zhf1206/vue-single-page-template

axios vue-router3 vue2 vuex3 vux-ui webpack3

Last synced: 6 days ago
JSON representation

这是一个单页面vue项目开发框架

Awesome Lists containing this project

README

        

# vue-single-page-template
这是一个单页面vue项目开发框架

## Build Setup

``` bash
# 安装node6.10+版本
npm install -g cnpm --registry=https://registry.npm.taobao.org

# cmd命令进入项目文件夹
cd 项目文件夹名称

# install dependencies
npm install 或 cnpm install

# serve with dev env at localhost:9000
npm run dev

# serve with test env at localhost:9000
npm run testing

# serve with product env at localhost:9000
npm run prod

# build for production with minification
npm run build

```