https://github.com/brandaoplaster/home-stay-web
https://github.com/brandaoplaster/home-stay-web
typescript vuejs3
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/brandaoplaster/home-stay-web
- Owner: brandaoplaster
- Created: 2024-09-13T00:59:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-13T01:33:06.000Z (over 1 year ago)
- Last Synced: 2025-03-29T07:13:25.340Z (about 1 year ago)
- Topics: typescript, vuejs3
- Language: Vue
- Homepage:
- Size: 351 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# home-stay-web
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Run your unit tests
```
yarn test:unit
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).