Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/davebaraka/bion
- Owner: davebaraka
- Created: 2019-08-03T00:56:03.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-01-06T18:40:26.000Z (almost 2 years ago)
- Last Synced: 2023-03-07T00:00:58.217Z (over 1 year ago)
- Topics: vue, vuetify
- Language: Vue
- Homepage: https://davebaraka.github.io/bion/
- Size: 13.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
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/).