Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 745 Bytes

README.md

File metadata and controls

36 lines (20 loc) · 745 Bytes

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