25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
leiyun 50782a54dd save pro 10 ay önce
..
README.md 初始提交 10 ay önce
development.js 初始提交 10 ay önce
file.js save pro 10 ay önce
live.js 初始提交 10 ay önce
production.js 初始提交 10 ay önce
testing.js 初始提交 10 ay önce

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