https://github.com/kellsworks/appezeweb
Appeze web frontend
https://github.com/kellsworks/appezeweb
Last synced: 3 months ago
JSON representation
Appeze web frontend
- Host: GitHub
- URL: https://github.com/kellsworks/appezeweb
- Owner: KellsWorks
- Created: 2021-11-13T23:49:59.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-21T08:07:00.000Z (over 3 years ago)
- Last Synced: 2025-01-16T13:58:36.228Z (5 months ago)
- Language: JavaScript
- Size: 208 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# appezeweb
## 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/).