Skip to content

Latest commit

 

History

History
51 lines (36 loc) · 632 Bytes

README.md

File metadata and controls

51 lines (36 loc) · 632 Bytes

vue

Quick Start

Enter this command into your command line terminal.

git clone https://github.com/Threekit/Vue.git my-app
cd my-app
npm install
mv _.env.local .env.local
npm run serve

with yarn

git clone https://github.com/Threekit/Vue.git my-app
cd my-app
yarn
mv _.env.local .env.local
yarn serve

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.