Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vitalegi/workshifts-fe
https://github.com/vitalegi/workshifts-fe
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/vitalegi/workshifts-fe
- Owner: vitalegi
- Created: 2020-06-02T13:37:50.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T07:43:55.000Z (almost 2 years ago)
- Last Synced: 2023-03-06T15:39:59.336Z (over 1 year ago)
- Language: TypeScript
- Size: 1.78 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
## Init
```bash
npm install -g @vue/cli# update the package
npm update -g @vue/cli# check application is configured
vue --version
```## Project setup
```bash
npm install
```### Compiles and hot-reloads for development
```bash
npm run serve
```### Compiles and minifies for production
```bash
npm run build
```### Lints and fixes files
```bash
npm run lint# fix the code
npm run lint --fix
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).