https://github.com/atiqurcode/todo-fe
https://github.com/atiqurcode/todo-fe
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/atiqurcode/todo-fe
- Owner: AtiqurCode
- Created: 2022-07-01T08:17:33.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-19T11:58:20.000Z (over 3 years ago)
- Last Synced: 2025-05-18T06:07:23.894Z (11 months ago)
- Language: Vue
- Size: 216 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quasar App (todo-app)
A Quasar Project
## Install the dependencies
```bash
yarn
# or
npm install
```
### Start the app in development mode (hot-code reloading, error reporting, etc.)
```bash
quasar dev
```
### Lint the files
```bash
yarn lint
# or
npm run lint
```
### 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](https://v2.quasar.dev/quasar-cli-webpack/quasar-config-js).