leenty / FAQ-system-demo

FAQ system demo by vue2 and koa2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FAQ-system-demo

FAQ system demo by vue2 and koa2

Build Setup [frontend]

# install dependencies
npm install

# frontend 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

Build Setup [backend]

# backend serve at localhost:8889
npm run server
# or
npm run start

# backend serve with hot reload at localhost:8889
npm run server_pm2

About

FAQ system demo by vue2 and koa2


Languages

Language:JavaScript 94.5%Language:Vue 4.5%Language:HTML 0.9%Language:Shell 0.1%