martinsileno / vue-webpack-typescript-simple

A simple vuejs Webpack setup with TypeScript + SCSS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vue-webpack-typescript-simple

A simple vuejs Webpack setup with TypeScript + SCSS.

This template is for vue 2.3+, vue-router is included.

Usage

This is a project template for vue-cli. It is recommended to use npm 3+ for a more efficient dependency tree.

$ npm install -g vue-cli
$ vue init martinsileno/vue-webpack-typescript-simple my-project
$ cd my-project
$ npm install
$ npm run dev

What's Included

  • npm run dev: first-in-class development experience.
  • npm run build: Production ready build.

About

A simple vuejs Webpack setup with TypeScript + SCSS.


Languages

Language:JavaScript 67.8%Language:TypeScript 19.0%Language:HTML 8.1%Language:CSS 5.1%