/jq-easy-multipage

base on jq, es6, webpack, aralejs, aliceui, multipage scaffold

Primary LanguageJavaScript

使用

cnpm i 
npm start
npm run build

组件文档

https://github.com/aralejs
https://github.com/aliceui

header模块化

import '../common/header';
#include("./common/header/index.html")

模板引擎(handlebars)

import template from './file.tpl';
var context = {title: "My New Post", body: "This is my first post!"};
var html    = template(context);