New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

automatise-nuxt

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

automatise-nuxt - npm Package Compare versions

Comparing version 0.0.1 to 1.0.0

template/assets/scss/color/_index.scss

2

cli.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc