You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wahyu a6327de818 Initial commit 5 months ago
.vscode Initial commit 5 months ago
public Initial commit 5 months ago
src Initial commit 5 months ago
src-pwa Initial commit 5 months ago
.editorconfig Initial commit 5 months ago
.eslintignore Initial commit 5 months ago
.eslintrc.cjs Initial commit 5 months ago
.eslintrc.js Initial commit 5 months ago
.gitignore Initial commit 5 months ago
.gitmodules Initial commit 5 months ago
.npmrc Initial commit 5 months ago
README.md Initial commit 5 months ago
index.html Initial commit 5 months ago
init.sh Initial commit 5 months ago
jsconfig.json Initial commit 5 months ago
package-lock.json Initial commit 5 months ago
package.json Initial commit 5 months ago
postcss.config.cjs Initial commit 5 months ago
quasar.config.js Initial commit 5 months ago
yarn.lock Initial commit 5 months ago

README.md

DasmapQu (dasmapqu)

Aplikasi DasmapQu

Install the dependencies

yarn
# or
npm install

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

quasar dev

Lint the files

yarn lint
# or
npm run lint

Format the files

yarn format
# or
npm run format

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.config.js.