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 1 month ago
.vscode Initial commit 1 month ago
public Initial commit 1 month ago
src Initial commit 1 month ago
src-pwa Initial commit 1 month ago
.editorconfig Initial commit 1 month ago
.eslintignore Initial commit 1 month ago
.eslintrc.cjs Initial commit 1 month ago
.eslintrc.js Initial commit 1 month ago
.gitignore Initial commit 1 month ago
.gitmodules Initial commit 1 month ago
.npmrc Initial commit 1 month ago
README.md Initial commit 1 month ago
index.html Initial commit 1 month ago
init.sh Initial commit 1 month ago
jsconfig.json Initial commit 1 month ago
package-lock.json Initial commit 1 month ago
package.json Initial commit 1 month ago
postcss.config.cjs Initial commit 1 month ago
quasar.config.js Initial commit 1 month ago
yarn.lock Initial commit 1 month 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.