https://github.com/moikapy/moi-vuejs
A Dockerized VueJS Repo
https://github.com/moikapy/moi-vuejs
Last synced: 3 months ago
JSON representation
A Dockerized VueJS Repo
- Host: GitHub
- URL: https://github.com/moikapy/moi-vuejs
- Owner: Moikapy
- Created: 2019-09-28T16:45:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-29T00:39:00.000Z (over 6 years ago)
- Last Synced: 2024-12-30T04:17:12.778Z (over 1 year ago)
- Language: Vue
- Size: 238 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# moi-vuejs
## 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
```
### Run your unit tests
```
yarn run test:unit
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).