- Run
yarn
to install local HTTP server. - Run
yarn serve
to run server. - Navigate to one of the URLs shown.
- The server doesn't know anything about handling
POST
requests, so open Network tab on browser tools to see form request being posted. - As usual, Vue debugger in browser is helpful to see run-time component structure and data bindings.