Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 666 Bytes

README.md

File metadata and controls

37 lines (26 loc) · 666 Bytes

esy-template

Installation

这个是vue-cli的项目模板,结合易思客模板开发,运行请全局安装nuxt: npm i nuxt -g

$ vue init ddvs/esk-template my-project
# 安装依赖包
npm run ip

Usage

Development

# 热重新加载服务: localhost:3000 or 127.0.0.1:3000
$ nuxt dev

Go to http://localhost:3000 or http://127.0.0.1:3000

Production

# 建立生产和启动服务器
$ nuxt build
$ nuxt start

Generate

# 生成一个静态项目
$ nuxt generate