No description
- TypeScript 40.1%
- Vue 37.2%
- JavaScript 13.9%
- SCSS 4.8%
- HTML 4%
| .vscode | ||
| public | ||
| src | ||
| .editorconfig | ||
| .gitignore | ||
| .yarnrc.yml | ||
| eslint.config.js | ||
| index.html | ||
| package.json | ||
| postcss.config.js | ||
| quasar.config.ts | ||
| README.md | ||
| tsconfig.json | ||
| yarn.lock | ||
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