Main Application
-
cd scs-app. -
npm install -
npm run build -
Request the
.envfile -
Optionally add
PORT=with preferred port number, it defaults to 4000 -
npm run start:prod -
Visit
http://localhost:4000(or whatever port number you provided).
-
Add Markdown file in: scs-api/src/content
-
When that page is accepted into the API repository, the new URL will be '/whatever-you-named-the-markdown-file'
-
Add new .vue page in scs-app/src/views
-
Import the 'view' and add new route entry in scs-app\src\router\index.js