0.0.4 • Published 7 years ago
parcel-plugin-dart v0.0.4
parcel-plugin-dart
Parcel plugin for dart
Installation
$ npm install parcel-plugin-dart -SSetup
NB: This plugin only works with the dart-sdk
Get stagehand
First get stagehand by running
$ pub global activate stagehandInit project
First create the project directory
$ mkdir helloworld && cd helloworldthen setup the dependencies with
$ npm init && npm i parcel-plugin-dart -Sfinally create the dart web project
$ stagehand web-simpleStart development server
$ parcel serve web/index.html