https://github.com/markthree/mysite
个人网站
https://github.com/markthree/mysite
mysite nuxt3 typescript unocss vueuse
Last synced: 12 months ago
JSON representation
个人网站
- Host: GitHub
- URL: https://github.com/markthree/mysite
- Owner: markthree
- License: mit
- Created: 2022-03-20T12:55:38.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-08-19T07:55:24.000Z (over 2 years ago)
- Last Synced: 2025-04-09T10:52:11.656Z (about 1 year ago)
- Topics: mysite, nuxt3, typescript, unocss, vueuse
- Language: Vue
- Homepage: https://mt3.netlify.app/
- Size: 1.2 MB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mysite
个人网站
## Stack 😄
- [vueuse](https://vueuse.org/)
- [nuxt3](https://v3.nuxtjs.org/)
- [unocss](https://github.com/unocss/unocss)
## Motation 🤗
- 体验 `nuxt3` 的开发
- 需要 `website` 来存放项目列表
## Project 😁
### Setup
```bash
yarn install
```
### Development
```bash
yarn dev
```
### Production
```bash
yarn build
```
### env
创建 `.env` 文件,补充你的 `github api token`
```env
GITHUB_TOKEN=your github api token
```
## Organization 🦔
欢迎关注 **帝莎编程**
- [官网](http://dishaxy.dishait.cn/)
- [Gitee](https://gitee.com/dishait)
- [Github](https://github.com/dishait)
- [网易云课堂](https://study.163.com/provider/480000001892585/index.htm?share=2&shareId=480000001892585)
## License
Made with [markthree](https://mt3.netlify.app/)
Published under [MIT License](./LICENSE).