Skip to content

udhay-tw/nuxt-coreui

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

40 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Nuxt CoreUI Project

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.

Demo Here

Usage

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).

Development

# serve with hot reloading at localhost:3000
$ npm run dev # Or yarn dev

Go to http://localhost:3000

Production

# build for production and launch the server
$ npm run build
$ npm start

Todo

  • Fix link and views
  • Upgrade to latest Nuxt boilerplate
  • Using Express as server
  • Move installation to Vue CLI
  • Extend SCSS to Style Resources

License

This project under NuxtJS License and CoreUI License

About

πŸ’« NuxtJS + CoreUI Project β€” Unofficial Nuxt + CoreUI project, free to use boilerplate for every need.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 85.3%
  • CSS 13.0%
  • JavaScript 1.7%