Unofficial Nuxt + CoreUI project, free to use boilerplate for every need. For more information about Vue CoreUI you can see at Official Vue CoreUI.
If you want to use this boilerplate, make sure you already installed NodeJS and Vue CLI on your local machine. And then, you can use below command to download this boilerplate.
$ vue init muhibbudins/nuxt-coreui my-project
$ cd my-project
# install dependencies
$ npm install # Or yarn install
Make sure to use a version of vue-cli >= 2.1 (
vue -V
).
# serve with hot reloading at localhost:3000
$ npm run dev # Or yarn dev
Go to http://localhost:3000
# build for production and launch the server
$ npm run build
$ npm start
This project under NuxtJS License and CoreUI License