Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
leiyun 50782a54dd save pro 1 rok temu
..
README.md 初始提交 1 rok temu
development.js 初始提交 1 rok temu
file.js save pro 1 rok temu
live.js 初始提交 1 rok temu
production.js 初始提交 1 rok temu
testing.js 初始提交 1 rok temu

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