Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/etiennemarais/vue-bulma-starter-app

Vue + Bulma starter app. Setup to make extending bulma easier (PRs Welcome)
https://github.com/etiennemarais/vue-bulma-starter-app

bulma service-worker starter-project vue-cli3 vuejs

Last synced: about 3 hours ago
JSON representation

Vue + Bulma starter app. Setup to make extending bulma easier (PRs Welcome)

Awesome Lists containing this project

README

        

# vue-bulma-starter-app

## Project setup
```
yarn install
```

### Compiles and hot-reloads for development
```
yarn run serve
```

### Compiles and minifies for production
```
yarn run build
yarn start # To test locally using a http-server
```

### Run your tests
```
yarn run test
```

### Lints and fixes files
```
yarn run lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).