https://github.com/log1997/personal-page
个人网站页面
https://github.com/log1997/personal-page
Last synced: about 1 month ago
JSON representation
个人网站页面
- Host: GitHub
- URL: https://github.com/log1997/personal-page
- Owner: LOG1997
- License: mit
- Created: 2022-12-28T09:35:43.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-29T08:03:23.000Z (about 2 years ago)
- Last Synced: 2025-08-05T08:39:16.357Z (8 months ago)
- Language: Vue
- Homepage: https://24years.top
- Size: 29.8 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vue3 Personal Page个人主页 🦓
[项目网址](https://24years.top)
> 使用vue3+ts+sass搭建
## 运行项目
克隆项目到本地
```
git clone https://github.com/LOG1997/vue3-personal-page.git
```
安装依赖
```
cd vue3-personal-page
npm i
```
运行项目
```
npm run dev
```