Socket
Socket
Sign inDemoInstall

create-quasar

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-quasar - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

2

package.json
{
"name": "create-quasar",
"version": "1.0.7",
"version": "1.0.8",
"description": "Scaffolds Quasar Apps, AppExtensions or UI kits",

@@ -5,0 +5,0 @@ "author": {

@@ -14,2 +14,3 @@ /* eslint-env node */

const { configure } = require('quasar/wrappers');
<% if (preset.i18n) { %>const path = require('path');<% } %>

@@ -84,3 +85,9 @@ module.exports = configure(function (/* ctx */) {

<% if (preset.i18n) { %>vitePlugins: [
[ '@intlify/vite-plugin-vue-i18n', { /* options */ } ]
['@intlify/vite-plugin-vue-i18n', {
// if you want to use Vue I18n Legacy API, you need to set `compositionOnly: false`
// compositionOnly: false,
// you need to set i18n resource including paths !
include: path.resolve(__dirname, './src/i18n/**')
}]
]<% } else { %>

@@ -87,0 +94,0 @@ // vitePlugins: [

@@ -15,2 +15,3 @@ /* eslint-env node */

const { configure } = require('quasar/wrappers');
<% if (preset.i18n) { %>const path = require('path');<% } %>

@@ -85,3 +86,9 @@ module.exports = configure(function (/* ctx */) {

<% if (preset.i18n) { %>vitePlugins: [
[ '@intlify/vite-plugin-vue-i18n', { /* options */ } ]
['@intlify/vite-plugin-vue-i18n', {
// if you want to use Vue I18n Legacy API, you need to set `compositionOnly: false`
// compositionOnly: false,
// you need to set i18n resource including paths !
include: path.resolve(__dirname, './src/i18n/**')
}]
]<% } else { %>

@@ -88,0 +95,0 @@ // vitePlugins: [

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