Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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/).