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
yarn install
yarn serve
yarn build
yarn lint