選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
leiyun 356e265f68 savae yanxue 10ヶ月前
..
README.md 初始提交 10ヶ月前
development.js 初始提交 10ヶ月前
file.js save pro 10ヶ月前
live.js 初始提交 10ヶ月前
production.js 初始提交 10ヶ月前
testing.js 初始提交 10ヶ月前
yanxue.js savae yanxue 10ヶ月前

README.md

application

start server

development

node www/development.js

testing

node www/testing.js

production

node www/production.js

or use pm2 to manage node:

pm2 start www/production.js

compile es6 code

npm run compile

in template file


<script src="/static/js/a.js"></script>

<img src="/static/img/a.png" alt="">

<link rel="stylesheet" href="/static/css/a.js">

link image in css

.a{
    background: url(../img/a.png) no-repeat;
}