An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# appstore

![69f8717](https://user-images.githubusercontent.com/332151/174566328-c9c280a2-df1e-463b-b1f7-e023e64dd071.jpeg)

## 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/).