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
- Host: GitHub
- URL: https://github.com/m6stafa/m6stafa.github.io-src
- Owner: M6stafa
- Created: 2017-09-18T21:58:16.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T19:55:23.000Z (about 3 years ago)
- Last Synced: 2025-01-13T07:12:33.061Z (about 1 year ago)
- Topics: github-io, source-code, vue2
- Language: JavaScript
- Homepage:
- Size: 2.3 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
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).