benshell / vue-parcel-starter

A Vue.js starter kit with Parcel + Typescript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vue.js Parcel Starter

A Vue.js starter kit with Parcel + Typescript

Getting Started

Dependencies

Setup

  1. git clone https://github.com/bellizio/vue-parcel-starter.git
  2. cd vue-parcel-starter
  3. yarn install

Overview

This is a Vue.js start kit with Parcel + Typescript. It includes hot module reloading for development and sass for css.

Scripts

Development

npm start - builds and serves the app at localhost:1234

Production

npm run build - builds the app for production

About

A Vue.js starter kit with Parcel + Typescript


Languages

Language:Vue 62.4%Language:HTML 29.6%Language:TypeScript 8.0%