https://github.com/ericrabil/ericvue
My new website :)
https://github.com/ericrabil/ericvue
Last synced: 5 months ago
JSON representation
My new website :)
- Host: GitHub
- URL: https://github.com/ericrabil/ericvue
- Owner: EricRabil
- Created: 2020-04-06T08:54:16.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T02:53:53.000Z (over 3 years ago)
- Last Synced: 2025-06-05T08:10:23.737Z (about 1 year ago)
- Language: Vue
- Size: 4.67 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# eric-vue
This is an example frontend for https://github.com/EricRabil/PresenceBot
Feel free to fork and customize this repo, or use any portion of the code here, so long as it abides by the GPLv3 license :)
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).