/vue-parcel-starter

A Vue.js starter kit with Parcel + Typescript

Primary LanguageVue

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