JS模块化改造&看板娘正式全站应用

This commit is contained in:
结发受长生
2018-05-27 02:33:17 +08:00
parent 9230ec5aac
commit d101a69a3b
19 changed files with 2692 additions and 10847 deletions
@@ -1,5 +0,0 @@
<%- js('js/main') %>
<%- js('js/lib/polyfill.min') %>
<%- js('js/lib/vue.min') %>
<%- js('js/lib/axios.min') %>
<%- js('js/local-search') %>
@@ -5,7 +5,9 @@
<% } else { %>
2016-<%- new Date().getFullYear() %>
<% } %>
<a href="<%- url_for() %>">Power By Hexo</a>
</footer>
<div class="back-to-top" id="JELON__backToTop" title="返回顶部">返回顶部</div>
<script src="<%=config.root %>js/lib/require.min.js" defer async="true"
data-main="<%=config.root %>js/main.js"></script>