w3tecch / vue-typescript-template

A full-featured Webpack + vue-loader setup with hot reload, linting, testing & css extraction.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

w3tec

Vue Typescript Template

A full featured vue-cli TypeScript and Webpack template for Vue.js 2.0

Inspired by official Vue.js Webpack template


divider

❯ Why

Our main goal with this project is to provide you a feature complete Vue.js template. We like you to be focused on your business and not spending hours in project configuration.

Try it!! We are happy to hear your feedback or any kind of new features.

divider

❯ Table of Contents

divider

❯ Getting Started

Step 1: Set up the Development Environment

You need to set up your development environment before you can do anything.

Install Node.js and NPM

Step 2: Download vue-cli

Download vue-cli

npm install -g vue-cli

Step 3: Init new Project

Create a new Vue.js project based on this template and follow wizard instructions.

vue init w3tecch/vue-typescript-template my-project-name

About

A full-featured Webpack + vue-loader setup with hot reload, linting, testing & css extraction.

License:MIT License


Languages

Language:JavaScript 92.7%Language:Vue 6.2%Language:HTML 0.7%Language:Shell 0.4%