Base from: CoreUI Vue Bootstrap Admin Template
This project is UI of FastAPI base, so you can use 2 projects to code fullstack
A fully functional demo is available at CoreUI
# clone the repo
$ git clone
# go into app's directory
$ cd CoreUI-Vue
# 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
