https://github.com/tetsuguy/duris-bienchen
website for my uncle who is a beekeeper
https://github.com/tetsuguy/duris-bienchen
beekeeping bees vue website
Last synced: about 1 year ago
JSON representation
website for my uncle who is a beekeeper
- Host: GitHub
- URL: https://github.com/tetsuguy/duris-bienchen
- Owner: TetsuGuy
- Created: 2022-03-13T08:09:16.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-19T11:59:23.000Z (about 4 years ago)
- Last Synced: 2025-01-27T23:48:06.052Z (over 1 year ago)
- Topics: beekeeping, bees, vue, website
- Language: Vue
- Homepage:
- Size: 6.17 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# project
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Run your unit tests
```
npm run test:unit
```
### Run your end-to-end tests
```
npm run test:e2e
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).