Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cirolee/ciro-website
https://github.com/cirolee/ciro-website
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cirolee/ciro-website
- Owner: CiroLee
- License: mit
- Created: 2023-05-24T15:27:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-07T09:55:47.000Z (9 months ago)
- Last Synced: 2024-11-03T17:23:31.778Z (2 months ago)
- Language: Vue
- Homepage:
- Size: 963 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ciro-website
> my new website
## develop
```
npm run dev
```## build
```
npm run build
```## stacks
| name | description | link |
| ---------- | ------------------- | ------------------------------- |
| Vue3 | javascript 框架 | https://v3.cn.vuejs.org/ |
| Vue-router | vue 路由管理 | https://router.vuejs.org/zh/ |
| pinia | 下一代 vue 状态管理 | https://pinia.vuejs.org/ |
| typescript | javascript 扩展 | https://www.typescriptlang.org/ |
| Vite | 前端构建工具 | https://cn.vitejs.dev/ |