xgqfrms™, xgqfrms® : xgqfrms's offical website of GitHub!

egg.js in action

fullstack

https://github.com/eggjs/egg/

cli

config

router

service

midlewares

HTTP CURD

async / await

template engine

ejs
pug/ jade
html

DB

MySQL

MongoDB

vue cli

react cli


EJS 模版引擎

https://www.npmjs.com/package/ejs

https://github.com/mde/ejs

if 条件逻辑判断

<% if (user) { %>
  <h2><%= user.name %></h2>
<% } %>

Flag Counter

©xgqfrms 2012-2020

www.cnblogs.com 发布文章使用:只允许注册用户才可以访问!


原文地址:https://www.cnblogs.com/xgqfrms/p/12543570.html