Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 397 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 397 Bytes

Usage

First step

# install vue-cli
npm install -g vue-cli
# Create you project
vue init freshesx/starter my-project

Second step

# Open my-project
$ cd my-project

# Use git init project, and yarn install
$ yarn run first

# Start development
$ yarn start

Read more

常见 install 失败的解决方法:设置镜像