quasar-nuxt
quasar-nuxt copied to clipboard
[TEMPORARILY DISCONTINUED] Nuxt module for Quasar Framework
Attention!
Not enough development time to finalize this. This Quasar project has been discontinued until further notice.
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-nuxtdependency using yarn or npm to your project - Add
quasar-nuxttomodulessection ofnuxt.config.js
{
modules: [
// Simple usage
'quasar-nuxt'
],
quasar: {
// ... config
}
}
Dependencies
- stylus
- stylus-loader
These should be installed using the usual yarn add or npm install methods into your NUXT project.
Notes
During the installation process, quasar-nuxt will automagically generate the necessary stylus files in order for you to be able to fully customise the look and feel of Quasar and import Quasar variables into your NUXT components. These files can be located at ~assets/quasar/app.styl and ~assets/quasar/themes/* so as to remain in-line with the cli starter kit folder structure.
<style lang="styl">
@import '~variables'
h1
color: $red-5
</style>
Development
- Clone this repository
- Install dependencies using
yarn installornpm install - Start development server using
yarn devornpm 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 [email protected]
