25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
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;
}