parcel-plugin-ssi

1.0.2 • Public • Published

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

Package Sidebar

Install

npm i parcel-plugin-ssi

Weekly Downloads

0

Version

1.0.2

License

ISC

Unpacked Size

2.75 kB

Total Files

4

Last publish

Collaborators

  • mikeliang