Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/suxin0203/newblog_vue3_naive-ui
基于vue3+Naiveui的简约而不简单博客系统
https://github.com/suxin0203/newblog_vue3_naive-ui
Last synced: 6 days ago
JSON representation
基于vue3+Naiveui的简约而不简单博客系统
- Host: GitHub
- URL: https://github.com/suxin0203/newblog_vue3_naive-ui
- Owner: suxin0203
- Created: 2023-08-25T08:23:05.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-30T00:25:42.000Z (15 days ago)
- Last Synced: 2024-10-30T02:50:28.106Z (15 days ago)
- Language: Vue
- Homepage:
- Size: 3.14 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 基于vue3+Naive UI的极简博客
- ### 预览地址:~~http://162.14.73.22:7030~~ [Suxin's blog](http://blog.suxin23.cn)
- ### 预览接口:~~http://162.14.73.22:7031~~ [api接口](https://api.suxin23.cn)
## 后端是nodejs(express)
# blog-vue3 如何运行
(node ≥ 14.17.0)
- git clone [email protected]:suxin0203/newBlog_Vue3_Naive-ui.git
- npm i
- npm run dev
# Vue 3 + Vite
This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 `` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.
## Recommended IDE Setup
- [VS Code](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar)