https://github.com/hibuno/nuxt-coreui
💫 NuxtJS + CoreUI Project — Unofficial Nuxt + CoreUI project, free to use boilerplate for every need.
https://github.com/hibuno/nuxt-coreui
coreui coreui-dashboard-template nuxt nuxtjs nuxtjs-template
Last synced: 3 months ago
JSON representation
💫 NuxtJS + CoreUI Project — Unofficial Nuxt + CoreUI project, free to use boilerplate for every need.
- Host: GitHub
- URL: https://github.com/hibuno/nuxt-coreui
- Owner: hibuno
- Created: 2018-02-09T10:23:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-01-27T14:28:30.000Z (over 3 years ago)
- Last Synced: 2025-04-13T08:18:02.046Z (3 months ago)
- Topics: coreui, coreui-dashboard-template, nuxt, nuxtjs, nuxtjs-template
- Language: Vue
- Homepage:
- Size: 4.33 MB
- Stars: 182
- Watchers: 10
- Forks: 76
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# NuxtJS + CoreUI
Unofficial Nuxt + CoreUI project, free to use boilerplate for every need. For more information about Vue CoreUI you can see at [Official Vue CoreUI](https://github.com/mrholek/CoreUI-Vue).
## Usage
If you want to use this boilerplate, make sure you already installed [NodeJS](https://nodejs.org/en/) and [Vue CLI](https://www.npmjs.com/package/vue-cli) on your local machine. And then, you can use below command to download this boilerplate.
``` bash
$ 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`).
### Development
``` bash
# serve with hot reloading at localhost:3000
$ npm run dev # Or yarn dev
```Go to [http://localhost:3000](http://localhost:3000)
### Production
``` bash
# build for production and launch the server
$ npm run build
$ npm start
```## Todo
- [x] Fix link and views
- [x] Upgrade to latest Nuxt boilerplate
- [x] Using Express as server
- [x] Move installation to Vue CLI
- [x] Extend SCSS to Style Resources## License
This project under [NuxtJS License](https://github.com/nuxt/nuxt.js/blob/dev/LICENSE) and [CoreUI License](https://github.com/coreui/coreui-free-vue-admin-template/blob/master/LICENSE)