Minimal boilerplate for Nuxt.js + CoreUI to develop dashboard, originally created by using nuxt-coreui.
If you want to see what kind of components are prepared, it will help you to visit Official Live Demo and you can see sources on nuxt-coreui.
- Using spa mode
- Using pug
Simply clone this repository.
$ git clone git@github.com:nullnull/nuxt-coreui-dashboard-template.git
$ cd nuxt-coreui-dashboard-template
$ yarn install
$ yarn dev
Go to http://localhost:3000
$ yarn generate