Skip to content

wingland/vue-ts-webpack-starter

Repository files navigation

Starter template for vue/ts/webpack4

Starter template inlcudes vue, typescript, webpack, vue-router

Install

yarn install

Dev

yarn run dev

To add new comoponents, you can use a command line tool called vue-ts-cli

npm install -g vue-ts-cli
vt g components/Foo

For more help/guidelines, check README in vue-ts-cli

Build

yarn run build