Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)