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 2 months ago
JSON representation
Vue + Bulma starter app. Setup to make extending bulma easier (PRs Welcome)
- Host: GitHub
- URL: https://github.com/etiennemarais/vue-bulma-starter-app
- Owner: etiennemarais
- Created: 2019-05-17T08:02:58.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T23:48:50.000Z (over 2 years ago)
- Last Synced: 2025-01-17T19:44:21.654Z (4 months ago)
- Topics: bulma, service-worker, starter-project, vue-cli3, vuejs
- Language: SCSS
- Homepage: https://vue-bulma-starter-app.netlify.com/
- Size: 14.3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
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/).