vinci0905 / jq-easy-multipage

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

使用

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);

About

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


Languages

Language:JavaScript 68.3%Language:HTML 23.2%Language:CSS 8.4%Language:Smarty 0.2%