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

https://github.com/francyfox/oxem

Vue2 + materialize
https://github.com/francyfox/oxem

Last synced: 3 months ago
JSON representation

Vue2 + materialize

Awesome Lists containing this project

README

        

# oxem

## Demo build (container sleep)

http://gentle-hollows-11394.herokuapp.com/

## Docker image

https://drive.google.com/file/d/17EkcUbl5Xg6opWwnE4lsuzJnIvnO6tD3/view?usp=sharing

## Project setup
```
yarn install
```

### Compiles and hot-reloads for development
```
yarn serve
```

### Compiles and minifies for production
```
yarn build
```

### Run your unit tests
```
yarn test:unit
```

### Lints and fixes files
```
yarn lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).