automatise-nuxt
Advanced tools
Comparing version 0.0.1 to 1.0.0
@@ -9,3 +9,3 @@ #!/usr/bin/env node | ||
console.log(`> Generating a Matise Nuxt.js project in ${outDir}`); | ||
console.log(`> Generating Matise Nuxt.js project in ${outDir}`); | ||
@@ -12,0 +12,0 @@ sao({ generator, outDir, npmClient: 'npm' }) |
{ | ||
"name": "automatise-nuxt", | ||
"version": "0.0.1", | ||
"version": "1.0.0", | ||
"description": "Create Matise Nuxt.js App.", | ||
@@ -5,0 +5,0 @@ "bin": "cli.js", |
@@ -1,7 +0,5 @@ | ||
# Create Matise Nuxt App | ||
# Create Automatise Nuxt App | ||
[![NPM version](https://img.shields.io/npm/v/create-matise-nuxt.svg?style=flat)](https://npmjs.com/package/create-matise-nuxt) [![NPM downloads](https://img.shields.io/npm/dm/create-matise-nuxt.svg?style=flat)](https://npmjs.com/package/create-matise-nuxt) | ||
> Create a Matise [Nuxt.js](https://github.com/nuxt/nuxt.js) project with Gryd | ||
> Create a Matise [Nuxt.js](https://github.com/nuxt/nuxt.js) project with [Henris](https://henris.style) in seconds | ||
</details> | ||
@@ -14,3 +12,3 @@ | ||
```bash | ||
npx create-matise-nuxt <my-project> | ||
npx automatise-nuxt <my-project> | ||
``` | ||
@@ -17,0 +15,0 @@ |
@@ -50,3 +50,5 @@ const superb = require('superb'); | ||
'@nuxtjs/axios', | ||
'@nuxtjs/google-analytics'] | ||
'@nuxtjs/google-analytics', | ||
'@nuxtjs/style-resources' | ||
] | ||
}) | ||
@@ -53,0 +55,0 @@ await this.npmInstall({ |
@@ -46,3 +46,4 @@ import pkg from './package'; | ||
// '@nuxtjs/google-analytics', | ||
'@nuxtjs/axios' | ||
'@nuxtjs/axios', | ||
'@nuxtjs/style-resources' | ||
], | ||
@@ -69,2 +70,5 @@ | ||
styleResources: { | ||
scss: ['./assets/scss/color/_index.scss', './assets/scss/gryd/index.scss'] | ||
}, | ||
/* | ||
@@ -90,4 +94,2 @@ ** Build configuration | ||
extend(config, ctx) { | ||
// Define toolset shortcut | ||
config.resolve.alias['~tools'] = 'assets/scss/tools.scss'; | ||
// Run ESLint on save | ||
@@ -94,0 +96,0 @@ if (ctx.isDev && ctx.isClient) { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
60808
70
408
1
18
1