Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/creative-connections/vue3-bdl2-sample-app
Vue 3 Sample project with Bodylight.js-Components.
https://github.com/creative-connections/vue3-bdl2-sample-app
Last synced: about 2 months ago
JSON representation
Vue 3 Sample project with Bodylight.js-Components.
- Host: GitHub
- URL: https://github.com/creative-connections/vue3-bdl2-sample-app
- Owner: creative-connections
- License: mit
- Created: 2021-05-03T08:14:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-18T09:11:58.000Z (over 3 years ago)
- Last Synced: 2024-04-15T23:11:15.248Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 277 KB
- Stars: 0
- Watchers: 6
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vue3-bdl2-sample-app
## 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/).