Skip to content

lmarschall/foodover

Repository files navigation

foodover

powered by

md cheat sheet

important commands

installation for production

# execute the following command in the root folder
npm install

installation for development

# execute the following command in the app folder
npm install

developing commands for vue.js frontend

# execute the following commands in the app folder
# build the static files
npm run build
# create frontend debug server
npm run serve
# improve code styling
npm run lint

start localhost server

# execute the following command in the root folder
node server.js

show code documentation

# execute the following command in the app folder
vuese serve --open

create code documentation

# execute the following command in the app folder
vuese gen