mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-22 19:13:28 +08:00
6 lines
97 B
Vue
6 lines
97 B
Vue
|
|
const server = require('pushstate-server')
|
||
|
|
|
||
|
|
server.start({
|
||
|
|
port: 5018,
|
||
|
|
directory: './dist'
|
||
|
|
})
|