Skip to content

MotorHeat/parcel-plugin-surplus

 
 

Repository files navigation

Parcel Surplus Plugin

A parcel plugin to compile your Surplus JSX views.

Build Status JavaScript Style Guide

Usage

$ npm install --save-dev parcel-plugin-surplus

example

For TypeScript users

To work with TypeScript it's necessary to add in your tsconfig.json the jsxFactory prop:

{
  "compilerOptions": {
    ...
    "jsx": "preserve",
    "jsxFactory": "Surplus",
  }
}

About

A parcel plugin to compile your Surplus JSX views

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 82.1%
  • TypeScript 10.8%
  • HTML 7.1%