A fully functional demo is available at CoreUI
-
Create repo from template
-
Clone resulting repo
$ git clone git@github.com:QortexDevs/your-new-repo.git your-new-project- Go into app's directory
$ cd your-new-project- Install app's dependencies
$ npm install# serve with hot reload at localhost:8080
npm run serve
# build for production with minification
npm run build
# run linter
npm run lint
# run unit tests
npm run test:unit
# run e2e tests
npm run test:e2e
For a detailed explanation on how things work, check out the Vue CLI Guide.
CoreUI tools documentation:
- Components documentation: CoreUI Vue library
- Styles documentation: CoreUI styles
- Icons documentation: CoreUI Icons