https://github.com/acdcjunior/vue-cli-ts-babel-starters-comparison
Compares the projects created by @vue/cli when you select (or not) TypeScript and/or Babel. To know what changes, compare/diff the branches (check the PRs).
https://github.com/acdcjunior/vue-cli-ts-babel-starters-comparison
Last synced: 30 days ago
JSON representation
Compares the projects created by @vue/cli when you select (or not) TypeScript and/or Babel. To know what changes, compare/diff the branches (check the PRs).
- Host: GitHub
- URL: https://github.com/acdcjunior/vue-cli-ts-babel-starters-comparison
- Owner: acdcjunior
- Created: 2019-09-05T04:28:52.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-09-11T16:12:49.000Z (over 5 years ago)
- Last Synced: 2025-01-14T05:10:41.394Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 534 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ts-without-babel
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn run serve
```
### Compiles and minifies for production
```
yarn run build
```
### Run your tests
```
yarn run test
```
### Lints and fixes files
```
yarn run lint
```
### Run your end-to-end tests
```
yarn run test:e2e
```
### Run your unit tests
```
yarn run test:unit
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).