docker setup
# Conflicts: # .gitignore # backend/vite.config.js # frontend/package-lock.json
This commit is contained in:
parent
f01a0a967f
commit
c62234e1ca
546 changed files with 141382 additions and 757 deletions
|
|
@ -10,6 +10,13 @@ yarn
|
|||
npm install
|
||||
```
|
||||
|
||||
## erste installation
|
||||
npm i -g @quasar/cli
|
||||
npm init quasar@latest
|
||||
|
||||
## Now, do you want to be able to run Quasar CLI commands directly (eg. $ quasar dev/build)
|
||||
npm i -g @quasar/cli
|
||||
|
||||
### Start the app in development mode (hot-code reloading, error reporting, etc.)
|
||||
|
||||
```bash
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue