psahni / base-app-vue-js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quasar App (quasar-example)

A Quasar Framework app

Install the dependencies

yarn

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev -p 4000
Go to http://localhost:4000/

Lint the files

yarn run lint

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.conf.js.

About


Languages

Language:Vue 53.8%Language:JavaScript 37.7%Language:CSS 4.8%Language:HTML 3.7%