Skip to content

一个简易留言板。前端基于Vue3+Tailwind CSS,后端基于Node.js,数据库为MySQL。

Notifications You must be signed in to change notification settings

Frank-Star-fn/message-board-vue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Message Board by Vue

update

增加了绿色主题可供选择,新增删除留言功能。

简介

一个简易留言板。
技术栈:
前端: Vue3 + Tailwind CSS + Less
后端: Node.js + Express
数据库: MySQL
UI界面参考 Xoyondo留言板, 推荐页面大小为800x1000.

Screenshot

IDE Setup

VSCode + Easy LESS插件

css构建过程:
index.less -(Easy LESS插件)-> index.css -(Tailwind CLI)-> index_output.css

Project Setup

cd vue
cnpm install

cd server
cnpm install

Run

# 启动前端
cd vue
npm run dev

# 启动后端
cd server
node server.js

About

一个简易留言板。前端基于Vue3+Tailwind CSS,后端基于Node.js,数据库为MySQL。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published