neutrino2211 / parcel-plugin-dart

Parcel plugin for [dart](https://dartlang.org)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CircleCI

parcel-plugin-dart

Parcel plugin for dart

NOTE

This plugin only works with the dart-sdk Imports via the package: scheme don't work but dart: imports work fine

Installation

$ npm install parcel-plugin-dart -S

Setup

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

About

Parcel plugin for [dart](https://dartlang.org)

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:JavaScript 92.9%Language:HTML 4.3%Language:CSS 2.0%Language:Dart 0.9%