parcel-plugin-dart

0.0.4 • Public • Published

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

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.0.41latest

Version History

VersionDownloads (Last 7 Days)Published
0.0.41
0.0.30
0.0.20
0.0.10

Package Sidebar

Install

npm i parcel-plugin-dart

Weekly Downloads

1

Version

0.0.4

License

ISC

Unpacked Size

13 kB

Total Files

9

Last publish

Collaborators

  • neutrino2211