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

https://github.com/m6stafa/m6stafa.github.io-src

The source codes of https://m6stafa.github.io
https://github.com/m6stafa/m6stafa.github.io-src

github-io source-code vue2

Last synced: 11 months ago
JSON representation

The source codes of https://m6stafa.github.io

Awesome Lists containing this project

README

          

# Personal Website (personal-website)

My Personal Website

## Install the dependencies
```bash
npm install
```

### Start the app in development mode (hot-code reloading, error reporting, etc.)
```bash
quasar dev
```

### Lint the files
```bash
npm run lint
```

### Build the app for production
```bash
quasar build
```

### Create subtree for github pages
```bash
git subtree push --prefix dist/spa origin gh-pages
```

### Customize the configuration
See [Configuring quasar.conf.js](https://quasar.dev/quasar-cli/quasar-conf-js).