This repository almost the same as the starter-template
A Nuxt.js plus Bulma starter template with configuration already made.
CSS are imported globaly, since Bulma are using sass, this template are using sass too, and you can also customize it and use the bulma function or mixins (optional)
Make sure to have node 8.0+
and npm 5.0+
installed
This is a project template for vue-cli. Yes vue-cli not the @vue/cli
$ vue init mandaputtra/nuxtbulma-starter <project-name>
$ 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 //yarn run dev
Go to http://localhost:3000
# build for production and launch the server
$ npm run build //yarn run build
$ npm start //yarn start
# generate a static project
$ npm run generate //yarn run generate