Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/etiennemarais/vue-bulma-starter-app
- Owner: etiennemarais
- Created: 2019-05-17T08:02:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T23:48:50.000Z (almost 2 years ago)
- Last Synced: 2023-12-17T03:41:58.501Z (11 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/).