2023-11-07 18:13:40 +00:00
|
|
|
# Panel Web app interface
|
|
|
|
|
|
|
|
The back-office web app for organizations redactors and site admins.
|
2020-08-03 16:18:23 +00:00
|
|
|
|
|
|
|
## Requirements
|
|
|
|
|
|
|
|
- Node.js >= 12.18.2
|
|
|
|
- Yarn >= 1.17 - [Installation Page](https://classic.yarnpkg.com/en/docs/install)
|
2020-07-03 07:29:50 +00:00
|
|
|
|
|
|
|
## Project setup
|
|
|
|
```
|
|
|
|
yarn install
|
|
|
|
```
|
|
|
|
|
|
|
|
### Compiles and hot-reloads for development
|
|
|
|
```
|
|
|
|
yarn serve
|
|
|
|
```
|
|
|
|
|
|
|
|
### Compiles and minifies for production
|
|
|
|
```
|
|
|
|
yarn build
|
|
|
|
```
|
|
|
|
|
|
|
|
### Lints and fixes files
|
|
|
|
```
|
|
|
|
yarn lint
|
|
|
|
```
|
|
|
|
|
|
|
|
### Customize configuration
|
|
|
|
See [Configuration Reference](https://cli.vuejs.org/config/).
|