All Projects → quasarframework → quasar-nuxt

quasarframework / quasar-nuxt

Licence: MIT License
[TEMPORARILY DISCONTINUED] Nuxt module for Quasar Framework

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Attention!

Not enough development time to finalize this. This Quasar project has been discontinued until further notice.

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
  }
}

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 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 [email protected]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].