https://github.com/fadeev/appstore
Prototype of the App Store I built to see how well desktop-grade layouts and page transitions can be handled using the web platform.
https://github.com/fadeev/appstore
Last synced: 5 months ago
JSON representation
Prototype of the App Store I built to see how well desktop-grade layouts and page transitions can be handled using the web platform.
- Host: GitHub
- URL: https://github.com/fadeev/appstore
- Owner: fadeev
- Created: 2020-02-02T17:26:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-02T14:38:50.000Z (over 3 years ago)
- Last Synced: 2025-04-10T17:00:24.631Z (about 1 year ago)
- Language: Vue
- Homepage:
- Size: 965 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 34
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# appstore

## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).