https://github.com/vuetifyjs/bulma-design-system
https://github.com/vuetifyjs/bulma-design-system
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vuetifyjs/bulma-design-system
- Owner: vuetifyjs
- Created: 2021-07-29T15:40:46.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-03T12:46:01.000Z (almost 4 years ago)
- Last Synced: 2024-12-28T10:38:55.229Z (6 months ago)
- Language: Vue
- Size: 306 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bulma-design-system
## Project setup
```
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
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).