https://github.com/davidwessman/postra
vue-cli-app for creating poster walls
https://github.com/davidwessman/postra
Last synced: 10 months ago
JSON representation
vue-cli-app for creating poster walls
- Host: GitHub
- URL: https://github.com/davidwessman/postra
- Owner: davidwessman
- Created: 2019-01-20T11:27:22.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2024-04-12T10:38:47.000Z (over 1 year ago)
- Last Synced: 2024-04-12T17:21:28.433Z (over 1 year ago)
- Language: Vue
- Size: 9.94 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-cli-app for creating poster walls!
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn run serve
```
### Compiles and minifies for production
```
yarn run build
```
### Run your tests
```
yarn run test
```
### Lints and fixes files
```
yarn run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).