Socket
Book a DemoInstallSign in
Socket

quasar-nuxt

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

quasar-nuxt

Nuxt Module for Quasar Framework

latest
Source
npmnpm
Version
0.16.0-alpha.2
Version published
Maintainers
1
Created
Source

Quasar Framework logo

Quasar Framework

Build responsive websites, PWAs, hybrid mobile Apps (that look native!) and Electron apps using same code, powered with Vue.

quasar-nuxt (WORK IN PROGRESS)

Join the chat at https://discord.gg/5TDhbDg

Nuxt Module for Quasar Framework

Supporting Quasar

Quasar Framework is an MIT-licensed open source project. Its ongoing development is made possible thanks to the support by these awesome backers. If you'd like to join them, check out Quasar Framework's Patreon campaign.

Proudly sponsored by:

Truelogic

Setup

  • Add quasar-nuxt dependency using yarn or npm to your project
  • Add quasar-nuxt to modules section of nuxt.config.js
{
  modules: [
    // Simple usage
    'quasar-nuxt'
  ],

  quasar: {
    // ... config
  }
}

Development

  • Clone this repository
  • Install dependencies using yarn install or npm install
  • Start development server using yarn dev or npm run dev

Documentation

Head on to the Quasar Framework official website: http://quasar-framework.org

Stay in Touch

For latest releases and announcements, follow on Twitter: @quasarframework

Community Forum

Head on to the official community forum: http://forum.quasar-framework.org

License

MIT License

Copyright (c) Razvan Stoenescu razvan.stoenescu@gmail.com

FAQs

Package last updated on 23 May 2018

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