Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mshmyw/mshmyw.github.io
个人博客系统:fast light, so vite and react
https://github.com/mshmyw/mshmyw.github.io
Last synced: 22 days ago
JSON representation
个人博客系统:fast light, so vite and react
- Host: GitHub
- URL: https://github.com/mshmyw/mshmyw.github.io
- Owner: mshmyw
- License: gpl-3.0
- Created: 2022-08-06T16:02:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-08T01:03:09.000Z (about 2 years ago)
- Last Synced: 2024-10-05T03:41:28.357Z (about 1 month ago)
- Language: JavaScript
- Size: 1.34 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## mshmyw.github.io
个人博客系统:fast light, so vite and react## 参考:
vite pages: https://blog.csdn.net/qq_36538012/article/details/122891507
## vite-pages app starterThis is a demo project for [vite-plugin-react-pages](https://github.com/vitejs/vite-plugin-react-pages).
This project demonstrate how to develop a React app using [vite-plugin-react-pages](https://github.com/vitejs/vite-plugin-react-pages) as framework.You can run this demo in [StackBlitz](https://stackblitz.com/fork/github/vitejs/vite-plugin-react-pages/tree/main/packages/create-project/template-app?file=README.md&terminal=dev), entirely in your browser!
# How to use
`npm install` or `pnpm install` or `yarn`
`npm run dev` You can now play with the local develop environment.
Edit `pages/page1$.tsx` or other source files, the playground will inflect your change instantly.
`npm run build` The app are built and served.
`npm run ssr` The app are built into a static site (Static-Site Generation) and served.
---
Checkout [vite-plugin-react-pages](https://github.com/vitejs/vite-plugin-react-pages) for more info.