/nevem

An app built with node and express as backend server and vue & element frontend client with mysql as database

Primary LanguageJavaScript

nevem

A complete project using node-express backend and vue as frontend technology. This is a project while learning.

Topics covered

-> Node and express server setup

->Front end client setup with -> Vue router -> Element UI -> Vue resource -> Making api calls from Vue clients to node server which has : -> Express -> Body parser -> Axios -> Mysql

-> Handling CORS

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report