Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ismailnguyen/ismailnguyen.github.io
https://github.com/ismailnguyen/ismailnguyen.github.io
bulma github-actions github-pages html portfolio vuejs
Last synced: about 5 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/ismailnguyen/ismailnguyen.github.io
- Owner: ismailnguyen
- License: unlicense
- Created: 2016-03-07T14:15:25.000Z (over 8 years ago)
- Default Branch: source
- Last Pushed: 2024-06-24T04:28:52.000Z (5 months ago)
- Last Synced: 2024-06-24T05:34:39.022Z (5 months ago)
- Topics: bulma, github-actions, github-pages, html, portfolio, vuejs
- Language: Vue
- Homepage: https://www.ismailnguyen.com
- Size: 35.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# ismailnguyen
## Project setup (local)
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```## Project setup (Github pages)
```
git push
```Github Actions will handle to build and deployment using a workflow file inside `./github/workflows/main.yml` file
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).