Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikron-ia/rep-port
Learning project for vue.js
https://github.com/mikron-ia/rep-port
rpg vue
Last synced: 5 days ago
JSON representation
Learning project for vue.js
- Host: GitHub
- URL: https://github.com/mikron-ia/rep-port
- Owner: mikron-ia
- License: mit
- Created: 2019-08-14T12:07:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-18T15:18:05.000Z (8 months ago)
- Last Synced: 2024-11-24T16:12:10.913Z (2 months ago)
- Topics: rpg, vue
- Language: Vue
- Size: 2.04 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RepPort
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn run serve
```### Compiles and minifies for production
```
yarn run build
```### Run your tests
```
yarn run test
```### Lints and fixes files
```
yarn run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).