Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adhikasp/realword-vue2-typescript
Implementation of realworld frontend with Vue 2 and Typescript -- https://github.com/gothinkster/realworld/
https://github.com/adhikasp/realword-vue2-typescript
Last synced: 7 days ago
JSON representation
Implementation of realworld frontend with Vue 2 and Typescript -- https://github.com/gothinkster/realworld/
- Host: GitHub
- URL: https://github.com/adhikasp/realword-vue2-typescript
- Owner: adhikasp
- Created: 2019-06-15T14:31:42.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T00:44:44.000Z (about 2 years ago)
- Last Synced: 2024-12-17T01:18:04.862Z (27 days ago)
- Language: Vue
- Homepage:
- Size: 3.5 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# frontend-vue
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your tests
```
npm run test
```### Lints and fixes files
```
npm run lint
```### Run your end-to-end tests
```
npm run test:e2e
```### Run your unit tests
```
npm run test:unit
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).