An open API service indexing awesome lists of open source software.

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).

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/).