quasar-clean-typescript icon indicating copy to clipboard operation
quasar-clean-typescript copied to clipboard

Simple Vue.js starter project using Quasar Framework, official typescript extension and couple additional packages for class based components and class based Vuex store modules.

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