1.0.1 • Published 8 years ago
tradie-plugin-serve v1.0.1
tradie-plugin-serve
A tradie
plugin for serving files while building+watching.
Installation
npm --save-dev tradie-plugin-serve
Usage
- Configure
tradie.config.js
:
var serve = require('tradie-plugin-serve').default;
module.exports = {
plugins: [
serve({
host: '0.0.0.0',
port: 5000,
})
]
};
- Run
tradie build --watch
and navigate tohttp://localhost:5000
.
1.0.1
8 years ago
1.0.0
8 years ago
1.0.0-preview.1
8 years ago
0.2.0-preview.1
9 years ago
0.1.2
9 years ago
0.1.1
9 years ago
0.1.0
9 years ago