Socket
Book a DemoInstallSign in
Socket

blamo

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

blamo

Bukwild's Nuxt starter template and bootstrapping module

latest
Source
npmnpm
Version
1.4.0
Version published
Weekly downloads
2
100%
Maintainers
1
Weekly downloads
 
Created
Source

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
	]

Keywords

nuxt

FAQs

Package last updated on 06 Nov 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts