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

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

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