1.0.2 • Published 7 years ago
parcel-plugin-ssi v1.0.2
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-ssiAnd then make a new directoy to play with the latest technologies.
make -pv newtech/playgroundCreate 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