Skip to content
Error Isla edited this page Dec 19, 2017 · 19 revisions

This is a template project configured with typescript, vue-router, vue, and sass.

You can clone this project directly to your directory.

git clone git@github.com:Nbsaw/vue-typescript-starter.git you-project-name

Clear project information .

rm -rf .git
git init
git remote add origin $giturl #Your project

Modify README.md and package.json informations.

Choose a package manager you like and run install.

After install, you can run this project.

npm run dev

If successful,you can see something like this

preview

PS:If you are using VsCode, you can install this plugin.

Clone this wiki locally