Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
leiyun 50782a54dd save pro il y a 10 mois
..
README.md 初始提交 il y a 10 mois
development.js 初始提交 il y a 10 mois
file.js save pro il y a 10 mois
live.js 初始提交 il y a 10 mois
production.js 初始提交 il y a 10 mois
testing.js 初始提交 il y a 10 mois

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