zhf1206 / vue-single-page-template

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vue-single-page-template

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

Build Setup

# 安装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

About

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


Languages

Language:Vue 69.3%Language:JavaScript 23.3%Language:CSS 5.1%Language:HTML 2.3%