Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 1.74 KB

README.md

File metadata and controls

47 lines (34 loc) · 1.74 KB

Quasar App (quasar-clean-typescript)

A simple Vue.js starter project using Quasar Framework v2 with:

Getting Started

This project uses Yarn package manager for dependency management.

Install the dependencies:

yarn

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

yarn run dev

Lint the files

yarn lint

Build the app for production

yarn build

Older versions

Older versions of the template are available on other branches:

  • pre-v-1.9.6: A version of the template that was using a version of Quasar Framework prior to the v1.9.6
  • pre-v-2.0: A version of the template that was using Quasar Framework prior to the v2.0