Vue typescript template.
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
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