0.2.0 • Published 3 years ago

@lucasveronezzi/quasar-app-extension-twin-starter v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Quasar App Extension twin-starter

This README is being prepared...

Install

quasar ext add @lucasveronezzi/twin-starter

Quasar CLI will retrieve it from the NPM registry and install the extension to your project.

Prompts

Explain the prompts here

Eslint

Add to quasar.config.js

options: {
  fix: true,
  formatter: require('eslint').CLIEngine.getFormatter('stylish')
}

Uninstall

quasar ext remove twin-starter