Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/muhibbudins/nuxt-coreui
💫 NuxtJS + CoreUI Project — Unofficial Nuxt + CoreUI project, free to use boilerplate for every need.
https://github.com/muhibbudins/nuxt-coreui
coreui coreui-dashboard-template nuxt nuxtjs nuxtjs-template
Last synced: about 1 month ago
JSON representation
💫 NuxtJS + CoreUI Project — Unofficial Nuxt + CoreUI project, free to use boilerplate for every need.
- Host: GitHub
- URL: https://github.com/muhibbudins/nuxt-coreui
- Owner: muhibbudins
- Created: 2018-02-09T10:23:35.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-01-27T14:28:30.000Z (almost 3 years ago)
- Last Synced: 2024-09-30T02:26:20.814Z (about 2 months ago)
- Topics: coreui, coreui-dashboard-template, nuxt, nuxtjs, nuxtjs-template
- Language: Vue
- Homepage:
- Size: 4.33 MB
- Stars: 183
- Watchers: 11
- Forks: 76
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![Nuxt CoreUI Project](nuxtcoreui.jpg)
# 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)