0.16.0-alpha.2 • Published 6 years ago

quasar-nuxt v0.16.0-alpha.2

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

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

0.16.0-alpha.2

6 years ago

0.16.0-alpha.1

6 years ago

0.16.0-alpha.0

6 years ago

0.0.1

6 years ago