仿贴吧electron应用(开发中)
界面部分参考自知乎
练习项目,如果对你有一点帮助的话,请点击右上角star,谢谢
git clone https://github.com/Iroha1024/tieba.git
npm install
修改数据库连接(server/db.js)
node server/server.js
npm run dev
在使用打包时,请注意自己的编译环境,详情见
https://simulatedgreg.gitbooks.io/electron-vue/content/cn/getting_started.html
npm run build:win32