28 lines
403 B
Markdown
28 lines
403 B
Markdown
# Foxai (foxai-quasar)
|
|
|
|
## Node 16.14
|
|
|
|
## Install the dependencies
|
|
|
|
```bash
|
|
yarn
|
|
# or
|
|
npm install
|
|
```
|
|
|
|
### Start the app in development mode (hot-code reloading, error reporting, etc.)
|
|
|
|
```bash
|
|
yarn run dev
|
|
```
|
|
|
|
### Compiles and minifies for production
|
|
|
|
```
|
|
yarn run build
|
|
```
|
|
|
|
### Customize the configuration
|
|
|
|
See [Configuring quasar.config.js](https://v2.quasar.dev/quasar-cli-vite/quasar-config-js).
|