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

38 lines
470 B
Markdown
Raw Normal View History

2022-03-11 10:25:30 +00:00
# Salix (salix-front)
2022-02-24 08:23:59 +00:00
2022-03-11 10:25:30 +00:00
Salix front-end
## Install the dependencies
```bash
2022-02-24 08:23:59 +00:00
npm install
```
2022-03-11 10:25:30 +00:00
### Start the app in development mode (hot-code reloading, error reporting, etc.)
2022-02-24 08:23:59 +00:00
2022-03-11 10:25:30 +00:00
```bash
quasar dev
2022-02-24 08:23:59 +00:00
```
2022-03-11 10:25:30 +00:00
### Lint the files
2022-02-24 08:23:59 +00:00
2022-03-11 10:25:30 +00:00
```bash
npm run lint
2022-02-24 08:23:59 +00:00
```
2022-03-11 10:25:30 +00:00
### Format the files
```bash
npm run format
2022-02-24 08:23:59 +00:00
```
2022-03-11 10:25:30 +00:00
### Build the app for production
```bash
quasar build
2022-02-24 08:23:59 +00:00
```
2022-03-11 10:25:30 +00:00
### Customize the configuration
See [Configuring quasar.conf.js](https://quasar.dev/quasar-cli/quasar-conf-js).