ashik4715 / ts-journal

A Sample Boilerplate Code for Typescript with Vue.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Boilerplate Code for Typescript with Vue

Project "ts-journal" contains a sample boilerplate code for typescript with Vue.

How to Install

npx degit vueschool/ts-vue-boilerplate
npm install
npm run dev

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint

About

A Sample Boilerplate Code for Typescript with Vue.


Languages

Language:Vue 53.2%Language:TypeScript 21.1%Language:CSS 14.9%Language:JavaScript 6.9%Language:HTML 3.9%