Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lakshyabatman/vue-projects-on-ts
Implementation of basic Vue projects on Typescript
https://github.com/lakshyabatman/vue-projects-on-ts
Last synced: 3 days ago
JSON representation
Implementation of basic Vue projects on Typescript
- Host: GitHub
- URL: https://github.com/lakshyabatman/vue-projects-on-ts
- Owner: lakshyabatman
- Created: 2020-03-02T22:41:19.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T03:28:52.000Z (almost 2 years ago)
- Last Synced: 2023-03-07T21:14:24.839Z (over 1 year ago)
- Language: Vue
- Size: 3.04 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# todo-vue-typescript
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn serve
```### Compiles and minifies for production
```
yarn build
```### Run your unit tests
```
yarn test:unit
```### Run your end-to-end tests
```
yarn test:e2e
```### Lints and fixes files
```
yarn lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).