1.0.2 • Published 5 years ago

parcel-plugin-ssi v1.0.2

Weekly downloads
1
License
ISC
Repository
-
Last release
5 years ago

parcel-plugin-ssi

A plugin for Parcel Bundler to generates SSI(Server Side Includes) pages. It's useful for upgrade the old age systems, make it young and alive again by using the latest technologies.

Usage

npm i parcel-plugin-ssi

And then make a new directoy to play with the latest technologies.

make -pv newtech/playground

Create your index.html and index.js here, and use ES6/scss/Vue/React here as you wish.

# Development
parcel index.html

# Production
parcel build index.html --public-url https://your.examplecdn.com/

After build, you can see the .csi.shtml and .jsi.shtml file in the dist/ directory. Include it in the old system and make it happy.

Enjoy.

License

MIT