Leanplum / vue-tsx-boilerplate

A quick boilerplate project for using Vue with TSX

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Leanplum Vue TSX Boilerplate

Setup & Usage

  • Clone this repository onto your machine
  • Navigate to the root folder and run yarn to install the node dependencies
  • To start the dev server, run yarn start
  • To start tests, run yarn test
  • To build production artifacts, run yarn build
  • To run type-check and jest tests (in CI mode), run yarn ci

About

A quick boilerplate project for using Vue with TSX

License:Apache License 2.0


Languages

Language:TypeScript 63.1%Language:JavaScript 32.4%Language:Makefile 4.5%