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)
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:
Setup
- Add
quasar-nuxt
dependency using yarn or npm to your project - Add
quasar-nuxt
tomodules
section ofnuxt.config.js
{
modules: [
// Simple usage
'quasar-nuxt'
],
quasar: {
// ... config
}
}
Development
- Clone this repository
- Install dependencies using
yarn install
ornpm install
- Start development server using
yarn dev
ornpm 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
Copyright (c) Razvan Stoenescu razvan.stoenescu@gmail.com