sky-vue-cli
v0.1.1
Published
A Sky Vue Cli
Downloads
2
Readme
Sky View Client
_____ _ _ _
/ ___| | | | | |
\ `--.| | ___ _ | | | |_ _ ___
`--. \ |/ / | | | | | | | | | |/ _ \
/\__/ / <| |_| | \ \_/ / |_| | __/
\____/|_|\_\\__, | \___/ \__,_|\___|
__/ |
|___/
Installation
npm install -g sky-vue-cli
sky runs
sky create <project-name-here>
cd <project-name-here>
npm install
Add MySQL Connection in config.js I use ElephantSQL
npm start
Make Empty Component
cd <your-project-here>
sky make <your-component-name-here>
sky page <your-page-name-here>
Extra Commands
Use npm start
to start the server
Use npm run build:pro
for webpack production
Use npm run build
for webpack developing watch