/skeleton-quasar

Exemplo simples de skeleton para o Quasar Framework

Primary LanguageJavaScriptMIT LicenseMIT

This reposository is readonly now

readonly

If you like this repository, you may like this organization focused on the approach used here https://github.com/devitools

Build Status

Skeleton

Rapid development with Vue and Quasar

Docs

Get started in our docs ; )

How to use

Using local

Install the dependencies

yarn install

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

quasar dev

Lint the files

yarn run lint

Build the app for production

quasar build

Using with Docker

Start with docker-compose

cp docker-compose.yml.develop docker-compose.yml
docker-compose up

Lint the files

docker-compose run skeleton yarn run lint

Build the app for production

docker-compose run skeleton quasar build

Play with GNU makefile

make

Customize the configuration

See Configuring quasar.conf.js.