0
0
Fork 0
salix-front-mindshore-fork2/README.md

44 lines
527 B
Markdown
Raw Normal View History

2022-03-24 12:33:14 +00:00
# Salix (salix-front)
Salix front-end
## Install the dependencies
2022-03-24 13:57:11 +00:00
2022-03-24 12:33:14 +00:00
```bash
yarn
# or
npm install
```
### Start the app in development mode (hot-code reloading, error reporting, etc.)
2022-03-24 13:57:11 +00:00
2022-03-24 12:33:14 +00:00
```bash
quasar dev
```
### Lint the files
2022-03-24 13:57:11 +00:00
2022-03-24 12:33:14 +00:00
```bash
yarn lint
# or
npm run lint
```
### Format the files
2022-03-24 13:57:11 +00:00
2022-03-24 12:33:14 +00:00
```bash
yarn format
# or
npm run format
```
### Build the app for production
2022-03-24 13:57:11 +00:00
2022-03-24 12:33:14 +00:00
```bash
quasar build
```
### Customize the configuration
2022-03-24 13:57:11 +00:00
2022-03-24 12:33:14 +00:00
See [Configuring quasar.config.js](https://v2.quasar.dev/quasar-cli-webpack/quasar-config-js).