Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 630 Bytes

File metadata and controls

21 lines (13 loc) · 630 Bytes

Quasar App

This app demonstrate usage of vue-form-generator with the Quasar framework

Installing

Make sure to use yarn 1.6.0. On MacOS:

brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/76215230de5f7f7bee2cfcdd7185cf49d949862d/Formula/yarn.rb
brew switch yarn 1.6.0_1

Install the Quasar framework.

Building

In /vue-form-generator please run yarn

In /dev/frameworks/quasar also run yarn, and then execute quasar dev (or yarn run dev).