mirror of
https://github.com/Troplo/Colubrina.git
synced 2024-11-22 19:27:55 +11:00
35 lines
548 B
Markdown
35 lines
548 B
Markdown
|
# Colubrina
|
||
|
|
||
|
![Wakatime](https://wakatime.troplo.com/api/badge/Troplo/interval:any/project:Colubrina?label=wakatime)
|
||
|
## Project setup
|
||
|
|
||
|
Rename .env.example to .env and fill it out with your own information.
|
||
|
|
||
|
```
|
||
|
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/).
|
||
|
|
||
|
#### View the Colubrina license in the LICENSE file.
|