Back to Quasar

()

create-quasar/templates/app/quasar-v2/ts-webpack-4/BASE/README.md

1.16.1595 B
Original Source

<%= productName %> (<%= name %>)

<%= description %>

Install the dependencies

bash
yarn
# or
npm install

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

bash
quasar dev

<% if (preset.eslint) { %>

Lint the files

bash
yarn lint
# or
npm run lint

<% if (prettier) { %>

Format the files

bash
yarn format
# or
npm run format

<% } } %>

Build the app for production

bash
quasar build

Customize the configuration

See Configuring quasar.config.js.