Skip to content

Menziess/Typescript-Vue-Template

Repository files navigation

Typescript-Vue-Template

CircleCI

1. Idea

Vue typescript template.

2. Installation

This step only on Windows 10:

  • Install Windows subsystem for Linux
  • Install Ubuntu from the store

Both Ubuntu and Windows subsystem for Linux:

  • Run bash
  • Install git - sudo apt-get install git

3. Run

Cloning the project:

git clone git@github.com:Menziess/Typescript-Vue-Template.git
cd Typescript-Vue-Template

Install using yarn

yarn

Run dev for hot reloading

yarn dev