Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 2 months ago
JSON representation

The site used for my services. The code was written quickly in a couple of hours, so it's pretty shoddy.

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/).