# install vue-cli
npm install -g vue-cli
# Create you project
vue init freshesx/starter my-project
# Open my-project
$ cd my-project
# Use git init project, and yarn install
$ yarn run first
# Start development
$ yarn start
# install vue-cli
npm install -g vue-cli
# Create you project
vue init freshesx/starter my-project
# Open my-project
$ cd my-project
# Use git init project, and yarn install
$ yarn run first
# Start development
$ yarn start