-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Closed
Description
https://github.com/vuejs/vue-cli/blob/master/docs/build.md#setup
witch file could be written?
module.exports = {
setup(app) {
app.get('/api', (req, res) => {
res.end('This is the API')
})
}
}
Metadata
Metadata
Assignees
Labels
No labels