This frontend code is based on this tutorial, source code here
We wrap the vue code with a simple express server to allow running the project with node server.js.
npm install
npm run serve
npm run build
npm run lint
PORT=8000 npm run dev
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This frontend code is based on this tutorial, source code here
We wrap the vue code with a simple express server to allow running the project with node server.js.
npm install
npm run serve
npm run build
npm run lint
PORT=8000 npm run dev