1.4.0 • Published 5 years ago

blamo v1.4.0

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

Blamo

This forks the official Nuxt starter template and adds elements of Bukwild's default stack including:

As much as possible is moved to a Nuxt module (at module/index.js) so that configuration isn't hard coded into your app and can receive npm updates.

Prerequisites

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

Installation

This is a project template for vue-cli.

$ vue init BKWLD/blamo my-project  # or vue init BKWLD/blamo .
$ cd my-project                     
# install dependencies
$ yarn

Make sure to use a version of vue-cli >= 2.1 (vue -V).

Usage

See the template's README

Config

Many defaults can be disabled with the following options:

module.exports =
	modules: ['blamo', 
		noCjsVue: false
		noSentry: false
		noMaxChunkSize: false
		noRobots: false
		noBalanceText: false
		noUnorphan: false
		noFailCodeOnGenerateError: false
	]