Package Exports
- partial.js
- partial.js/utils
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (partial.js) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
web application framework for node.js
- async web framework
- simple view system
- simple routing
- simple cache
- simple directory structure
- simple code structure
- support file upload
- support debug mode without cache
- support JavaScript compress
- support simple CSS LESS (with compress)
- support Markdown parser
- support resources
- support prefixes for mobile device
- and much more ...
Simple documentation
Slovak documentation: https://github.com/petersirka/partial.js/wiki
Empty website project
http://petersirka.sk/partial-js/new-web-site.zip
Simple eshop example
http://petersirka.sk/partial-js/eshop.zip
Run your web site:
- download empty website project
- open terminal and find website directory
- write and run on terminal:
node index.js
NPM partial.js
- create on your desktop empty directory with name: website
- create file index.js
- open terminal and find this directory: cd /Desktop/website/
- write and run on terminal:
npm install partial.js