Skip to content

vue+vue-router+vuex+express+mysql+sequelize+socket.io:whale:

Notifications You must be signed in to change notification settings

songdongdong123/vue-chat

Repository files navigation

vue-chat

使用vue全家桶,搭配express和mysql和socket.io和一个事实聊天小项目

Build Setup

# install dependencies
npm install

# 运行npm run dev 之前先确保本机安装了mysql
mysql默认端口号3306

#这里使用mysql2和sequelize来操作数据库

# 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

npm install -g vue-cli

vue init webpack my-project

cd my-project

npm install

npm run dev

npm install express --save

About

vue+vue-router+vuex+express+mysql+sequelize+socket.io:whale:

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published