kandimat-user-app/README.md

37 lines
503 B
Markdown
Raw Normal View History

2019-03-20 23:19:13 +01:00
# EUROMAT
2017-08-09 15:15:42 +02:00
2019-03-20 23:19:13 +01:00
> A Vue.js powered, progressive web voting application for the upcoming European election.
2017-08-09 15:15:42 +02:00
2019-03-20 23:19:13 +01:00
## Project setup
```
2017-08-09 15:15:42 +02:00
npm install
2019-03-20 23:19:13 +01:00
```
2017-08-09 15:15:42 +02:00
2019-03-20 23:19:13 +01:00
### Compiles and hot-reloads for development
```
npm run serve
```
2017-08-09 15:15:42 +02:00
2019-03-20 23:19:13 +01:00
### Compiles and minifies for production
```
2017-08-09 15:15:42 +02:00
npm run build
2019-03-20 23:19:13 +01:00
```
2017-08-09 15:15:42 +02:00
2019-03-20 23:19:13 +01:00
### Run your tests
```
npm run test
```
2017-08-09 15:15:42 +02:00
2019-03-20 23:19:13 +01:00
### Lints and fixes files
```
npm run lint
```
2017-08-09 15:15:42 +02:00
2019-03-20 23:19:13 +01:00
### Run your unit tests
```
npm run test:unit
2017-08-09 15:15:42 +02:00
```
2019-03-20 23:19:13 +01:00
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).