0.0.4 • Published 5 years ago

parcel-plugin-dart v0.0.4

Weekly downloads
2
License
ISC
Repository
github
Last release
5 years ago

CircleCI

parcel-plugin-dart

Parcel plugin for dart

Installation

$ npm install parcel-plugin-dart -S

Setup

NB: This plugin only works with the dart-sdk

Get stagehand

First get stagehand by running

$ pub global activate stagehand

Init project

First create the project directory

$ mkdir helloworld && cd helloworld

then setup the dependencies with

$ npm init && npm i parcel-plugin-dart -S

finally create the dart web project

$ stagehand web-simple

Start development server

$ parcel serve web/index.html
0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago