Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cirolee/ciro-website


https://github.com/cirolee/ciro-website

Last synced: 23 days ago
JSON representation

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/ |