Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shaobeichen/shaobeichen.github.io
📋 我的主页,包括代码片段、平台链接
https://github.com/shaobeichen/shaobeichen.github.io
vue vue3
Last synced: 2 months ago
JSON representation
📋 我的主页,包括代码片段、平台链接
- Host: GitHub
- URL: https://github.com/shaobeichen/shaobeichen.github.io
- Owner: shaobeichen
- Created: 2023-01-31T14:22:30.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-19T15:45:11.000Z (5 months ago)
- Last Synced: 2024-08-20T18:54:43.307Z (5 months ago)
- Topics: vue, vue3
- Language: JavaScript
- Homepage: https://shaobeichen.vercel.app/
- Size: 7.8 MB
- Stars: 12
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# shaobeichen.github.io
少北晨的个人主页
## Project Setup
```sh
npm install
```### Compile and Hot-Reload for Development
```sh
npm run dev
```### Compile and Minify for Production
```sh
npm run build
```