Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/doug-wade/dougwade.io
My personal website
https://github.com/doug-wade/dougwade.io
Last synced: 17 days ago
JSON representation
My personal website
- Host: GitHub
- URL: https://github.com/doug-wade/dougwade.io
- Owner: doug-wade
- License: mit
- Created: 2016-04-04T03:02:58.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-02-16T22:32:07.000Z (11 months ago)
- Last Synced: 2024-11-01T09:34:21.319Z (2 months ago)
- Language: TypeScript
- Size: 2.86 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# dougwade.io
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your unit tests
```
npm run test:unit
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).