Skip to content

Threekit/Vue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Threekit embedded into Vue component

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published