3367 lines across 43 Files, along with 69 images
- NodeJS
- Run
npm install
in your terminal
- Create src/data/data.ts
- Paste this code:
export const IP_ADDRESS = "IP_ADDESS";
export const APP_NAME = "App Name";
export const CREATOR_NAME = "Your Name";
export const SERVER_PORT = "Server Port";
export const VUE_PORT = "VueJS Port";
- Replace data with your own.
- Create localhost SSL certificate
- Go to chrome://flags/#allow-insecure-localhost and enable localhost SSL
- Run
npm install
. - Run
npm run serve
on one terminal
When VueJS is running,
- Network: https://IP:PORT/
will tell you the IP address and PORT number for Vue
- Run
ts-node .\src\server\server.ts
on another terminal. - Go to
https://YOUR_IP:VUE_PORT/