No description
  • TypeScript 40.1%
  • Vue 37.2%
  • JavaScript 13.9%
  • SCSS 4.8%
  • HTML 4%
Find a file
2026-09-04 12:42:25 -07:00
.vscode Initialize the project 🚀 2026-02-18 21:53:38 -08:00
public Initialize the project 🚀 2026-02-18 21:53:38 -08:00
src initial landing page 2026-02-19 02:43:21 -08:00
.editorconfig Initialize the project 🚀 2026-02-18 21:53:38 -08:00
.gitignore Remove future yarn install state commits 2026-09-04 12:42:25 -07:00
.yarnrc.yml Upgrade package versions 2026-09-04 12:41:21 -07:00
eslint.config.js initial landing page 2026-02-19 02:43:21 -08:00
index.html Initialize the project 🚀 2026-02-18 21:53:38 -08:00
package.json Upgrade package versions 2026-09-04 12:41:21 -07:00
postcss.config.js Initialize the project 🚀 2026-02-18 21:53:38 -08:00
quasar.config.ts initial landing page 2026-02-19 02:43:21 -08:00
README.md Initialize the project 🚀 2026-02-18 21:53:38 -08:00
tsconfig.json Initialize the project 🚀 2026-02-18 21:53:38 -08:00
yarn.lock Upgrade package versions 2026-09-04 12:41:21 -07:00

Nadilion Web (nadilion-web)

Nadilion Web

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

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.config.js.