stlsmiths / quasar-vite-chips

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

quasar-vite-chips

This is a simple demo project to show using Vue + Quasar + Vite (as build system) with Pinia (store) and Typescript via Vue's new "script setup" capability.

Note: Quasar CLI + Vite is still BETA and this demo requires Node > 16.xx

Status / Notes

This repo is intended to help me transition some of my older apps that use Vue 2.x or 3.x and older Quasar into the new Q + Vite format.

Currently converting key components from the Trussia-Q app

  • QSelectChips ... was old TRTagsComp
  • old TRDatePicker
  • old TRAutoComp
  • old TRNoteEditor which uses QEditor with custom toolbars

Created ...

yarn create quasar

Install the dependencies

yarn install

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

quasar dev

Build the app for production

quasar build

and for Electron apps

quasar build -m electron

Customize the configuration

See Configuring quasar.config.js.

About


Languages

Language:Vue 65.4%Language:JavaScript 23.3%Language:TypeScript 8.3%Language:HTML 1.5%Language:SCSS 1.5%