Ayushverma8 / Engati-Server-with-Vue-and-Express

Vue.js and Express boilerplate for Engati Chatbot Platform. Production level with e2e and mocha included.

Home Page:https://medium.com/@Ayushverma8/why-chatbots-cb6c420b3147

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Engati Full Fledged Application

Vue.JS in Front end and Express.JS at Backend

Image of Website Image of Website

vue

A Complete Vue.JS + Express.JS setup to get you ready for building API and Server for Engati bot platform.

Installation and Build Setup

Inside client folder

# 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

# run unit tests
npm run unit

# run e2e tests
npm run e2e

# run all tests
npm test

Server Setup

# install dependencies
npm install

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

# build for production 
nodemon

About

Vue.js and Express boilerplate for Engati Chatbot Platform. Production level with e2e and mocha included.

https://medium.com/@Ayushverma8/why-chatbots-cb6c420b3147


Languages

Language:JavaScript 94.9%Language:Vue 3.2%Language:HTML 1.9%