https://github.com/francyfox/oxem
Vue2 + materialize
https://github.com/francyfox/oxem
Last synced: 3 months ago
JSON representation
Vue2 + materialize
- Host: GitHub
- URL: https://github.com/francyfox/oxem
- Owner: francyfox
- Created: 2021-06-18T08:04:55.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-06T04:23:12.000Z (almost 4 years ago)
- Last Synced: 2025-03-06T08:48:22.255Z (3 months ago)
- Language: Vue
- Homepage:
- Size: 194 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).