panel/README.md

30 lines
475 B
Markdown
Raw Normal View History

2020-08-03 16:18:23 +00:00
# Panel/Interface - associations.espacecondorcet.org
## 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/).