|
8 سال پیش | |
---|---|---|
.. | ||
static | 8 سال پیش | |
README.md | 8 سال پیش | |
development.js | 8 سال پیش | |
production.js | 8 سال پیش | |
testing.js | 8 سال پیش |
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
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;
}