https://github.com/timoscheuermann/timos-websitebuilder
https://github.com/timoscheuermann/timos-websitebuilder
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/timoscheuermann/timos-websitebuilder
- Owner: TimoScheuermann
- Created: 2020-08-12T15:49:47.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-12T17:54:22.000Z (almost 6 years ago)
- Last Synced: 2025-02-07T17:47:56.574Z (over 1 year ago)
- Language: TypeScript
- Size: 542 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# timoswebsitebuilder
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).