Socket
Socket
Sign inDemoInstall

vue-cli-plugin-access

Package Overview
Dependencies
0
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.3 to 0.0.4

generator/templates/src/assets/404_images/404_cloud.png

6

generator/index.js

@@ -20,2 +20,3 @@ module.exports = (api, opts, rootOptions) => {

"vue-i18n": "^8.7.0",
"vue-router": "^3.0.1",
"vuex": "^3.0.1",

@@ -32,4 +33,7 @@ "vuex-shortly": "^0.1.2",

api.render({
'./src/components/A55Logo.vue': './templates/src/components/A55Logo.vue',
'./src/assets/404_images/404.png': './templates/src/assets/404_images/404.png',
'./src/assets/404_images/404_cloud.png': './templates/src/assets/404_images/404_cloud.png',
'./src/components/A55Logo.vue': './templates/src/components/A55Logo.vue',
'./src/plugins/axios.js': './templates/src/plugins/axios.js',

@@ -36,0 +40,0 @@ './src/plugins/element.js': './templates/src/plugins/element.js',

2

package.json
{
"name": "vue-cli-plugin-access",
"version": "0.0.3",
"version": "0.0.4",
"description": "vue-cli 3 plugin to add A55 presets",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -8,7 +8,7 @@ # vue-cli-plugin-access

Then create a project and add the Access 55 plugin:
Then create a project with default options and add the Access 55 plugin:
```bash
vue create .
cd app-name
vue create my-app
cd my-app
vue add access

@@ -15,0 +15,0 @@ ```

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc