https://github.com/therandommelon/services-site
The site used for my services. The code was written quickly in a couple of hours, so it's pretty shoddy.
https://github.com/therandommelon/services-site
Last synced: about 1 year ago
JSON representation
The site used for my services. The code was written quickly in a couple of hours, so it's pretty shoddy.
- Host: GitHub
- URL: https://github.com/therandommelon/services-site
- Owner: TheRandomMelon
- Created: 2021-04-22T21:17:13.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-23T14:30:47.000Z (about 5 years ago)
- Last Synced: 2025-01-17T21:25:57.459Z (over 1 year ago)
- Language: Vue
- Homepage: https://webb.video
- Size: 3.63 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Michael Webb Services Site
This site was put together shoddily in like 3 hours, so please don't use this code as a good example of how to use Vue.
## 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/).