なんかもうめっちゃ変えた

This commit is contained in:
syuilo
2017-05-18 05:06:55 +09:00
parent 53c42f4324
commit c72a07187a
16 changed files with 233 additions and 508 deletions

View File

@ -6,13 +6,13 @@
import './style.styl';
require('./tags');
import boot from '../boot';
import init from '../init';
const route = require('./router');
/**
* Boot
* init
*/
boot(me => {
init(me => {
// Start routing
route(me);
});

View File

@ -1,4 +0,0 @@
extends ../base
block head
script(src=`/assets/dev.${version}.js` async defer)