0.0.4 • Published 5 years ago

ssr-html v0.0.4

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

(SSRH) Server Side Render Html

Still in Development

Introduction Powered By About Docs Getting Started Template Syntax List Rendering MIT License


Introduction

This module enables you to use static template files in your node application. At runtime, the template engine replaces variables in a template file with actual values, and transforms the template into an HTML file that can sent to the client. This approach makes it easier to design HTML pages.

Powered By

Anything Vue.js (SSR) Server Side Rendering can render will work in this template engine

This template engine is built on top of Vue.js (SSR) Server Side Rendering in order to accomplish fast and reliable performance, Vue.js is a very approachable, versatile and performant framework in other words it is, "The Progressive JavaScript Framework" for building user interfaces. If you are familiar with Vue.js this will be a walk in the park, if you're new to Vue.js concepts this documentation will get you up to speed with the template engine and Vue.js template syntax.

About Docs

Most if not all of this documentation is a mirror of Vue.js documentation the reason for this is that there is really noting new to write about the template engine is just a wrapper around (SSR) Server Side Rendering with a few minor tweaks, with that said it's time to get to business and one more thing make sure to visit Vue.js and take the framework for a test drive it's a wonderful framework.

MIT License

Copyright (c) 2018 Wycliffe Peart

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.