Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/davebaraka/bion

First iteration of my personal website portfolio
https://github.com/davebaraka/bion

vue vuetify

Last synced: 3 days ago
JSON representation

First iteration of my personal website portfolio

Awesome Lists containing this project

README

        

# Bion

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Deploy build to github pages
```
git subtree push --prefix dist origin deploy
```

### Run your tests
```
npm run test
```

### Lints and fixes files
```
npm run lint
```

### Github Pages Deployment
See [Deployment Guide](https://levelup.gitconnected.com/how-to-deploy-your-vue-app-to-github-pages-897136799e19)

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).