Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/masterevarior/personal-website
📃 Just my small personal website
https://github.com/masterevarior/personal-website
personal-website terminal-emulator vue vuejs website
Last synced: 1 day ago
JSON representation
📃 Just my small personal website
- Host: GitHub
- URL: https://github.com/masterevarior/personal-website
- Owner: MasterEvarior
- Created: 2021-01-03T12:40:27.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-09T07:21:37.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T23:33:40.295Z (over 1 year ago)
- Topics: personal-website, terminal-emulator, vue, vuejs, website
- Language: Vue
- Homepage: https://giannin.dev
- Size: 3.32 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Personal Website
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/MasterEvarior/personal-website/Deploy%20to%20github%20pages)
![GitHub package.json version](https://img.shields.io/github/package-json/v/MasterEvarior/personal-website)
A small, personal website in the style of a terminal.## Used technologies
- [Vue.js](https://vuejs.org)
- [vue-shell](https://github.com/HalasProject/vue-shell)
- GitHub-Actions(for automating the deployment)## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your tests
```
npm run test
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).