https://github.com/oparisy/typescript-vue-webpack-starter
A TypeScript + Vue.js + Webpack starter
https://github.com/oparisy/typescript-vue-webpack-starter
starter typescript vuejs webpack
Last synced: 3 months ago
JSON representation
A TypeScript + Vue.js + Webpack starter
- Host: GitHub
- URL: https://github.com/oparisy/typescript-vue-webpack-starter
- Owner: oparisy
- License: mit
- Created: 2019-01-04T19:28:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-04T19:36:01.000Z (over 7 years ago)
- Last Synced: 2025-10-25T08:18:19.670Z (9 months ago)
- Topics: starter, typescript, vuejs, webpack
- Language: Vue
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TypeScript-Vue-Webpack-Starter
## Goal
A TypeScript + Vue.js + Webpack starter.
Mostly based on the default [Vue CLI V3](https://vuejs.org/v2/guide/typescript.html) output, with some adaptations from [this tutorial](https://dev.to/georgehanson/building-vuejs-applications-with-typescript-1j2n).
## Available Tasks
```bash
# Initial setup
npm install
# Compile and Hot-Reload for Development
npm run serve
# Compile and Minify for Production
npm run build
# Lint and Fix Files
npm run lint
```
## Configuration Customization
See [Configuration Reference](https://cli.vuejs.org/config/).
## Deployment
See the [official documentation](https://cli.vuejs.org/guide/deployment.html) for deployment advices to github pages (and others).