New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

nuet

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nuet

Nuxt, Vue, Vuex, Vuetify

latest
Source
npmnpm
Version
0.0.2
Version published
Maintainers
1
Created
Source

nuet

This project serves as a template to solve a common problem.

You want to write a Vuex module, as well as some Vue components that interface with it, that you can use in several projects. You want this module to work in Nuxt via its "module" interface. In addition you want to write using arrow functions ()=>{} and async / await, but not lose backward compatibility. You also want to sprinkle in / work with Vuetify components.

This project:

  • exports two components (see src/components) that interface with the module
    • one of which includes a Vuetify component
  • exports one exported vuex module (see src/store/modules)
  • uses some non exported utility functions (see src/utils)

The exporting takes place in src/entry.js.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Rollup

npm run r:build

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Run your unit tests

npm run test:unit

Customize configuration

See Configuration Reference.

Keywords

nuxt

FAQs

Package last updated on 21 Apr 2019

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