Skip to content
This repository has been archived by the owner on May 23, 2019. It is now read-only.

mandaputtra/nuxtbulma-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

No one will use starter these days Nuxt.js already provide better way to do scaffold things.

Starter

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)

Prerequisites

Make sure to have node 8.0+ and npm 5.0+ installed

Installation

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

Usage

Development

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

Go to http://localhost:3000

Production

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

Generate

# generate a static project
$ npm run generate //yarn run generate

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published