https://github.com/billyaddlers/landing-website-store
A landing website example for online store
https://github.com/billyaddlers/landing-website-store
Last synced: 8 months ago
JSON representation
A landing website example for online store
- Host: GitHub
- URL: https://github.com/billyaddlers/landing-website-store
- Owner: BillyAddlers
- Created: 2020-04-08T04:08:12.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-08-03T06:20:33.000Z (almost 3 years ago)
- Last Synced: 2025-02-03T12:47:57.166Z (over 1 year ago)
- Language: Vue
- Homepage: https://billyaddlers.github.io/landing-website-store/
- Size: 16.2 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# uas-website
## Project setup
```
pnpm install
```
### Compiles and hot-reloads for development
```
pnpm run serve
```
### Compiles and minifies for production
```
pnpm run build
```
### Lints and fixes files
```
pnpm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).