https://github.com/zhashkevych/editt-client
editt front-end client app
https://github.com/zhashkevych/editt-client
Last synced: 7 months ago
JSON representation
editt front-end client app
- Host: GitHub
- URL: https://github.com/zhashkevych/editt-client
- Owner: zhashkevych
- Created: 2020-03-13T07:11:27.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-03T19:09:33.000Z (over 5 years ago)
- Last Synced: 2025-03-29T10:12:33.597Z (7 months ago)
- Language: Vue
- Size: 538 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# editt-frontend
## Project setup
```
npm install
```
You need to create .env.development and/or .env.production for requests to work, check out .env.example### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).