https://github.com/codebender828/mtalk-webpack
https://github.com/codebender828/mtalk-webpack
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codebender828/mtalk-webpack
- Owner: codebender828
- Created: 2022-05-19T10:03:30.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-23T01:58:50.000Z (about 4 years ago)
- Last Synced: 2025-04-08T14:15:23.420Z (about 1 year ago)
- Language: Vue
- Size: 2.53 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mirror-talk-client
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).