Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/whjin/vue3-typescript
vue3-typescript
https://github.com/whjin/vue3-typescript
canvas eslint typescript vite vue3
Last synced: about 1 month ago
JSON representation
vue3-typescript
- Host: GitHub
- URL: https://github.com/whjin/vue3-typescript
- Owner: whjin
- Created: 2023-02-20T13:36:43.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-21T12:22:36.000Z (6 months ago)
- Last Synced: 2024-07-22T02:33:43.932Z (6 months ago)
- Topics: canvas, eslint, typescript, vite, vue3
- Language: TypeScript
- Homepage: https://wuhuajin.com/vue3-typescript/
- Size: 6.69 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 部署 ##
1. `npm install -D gh-pages`
2. `package.json`配置`"deploy": "gh-pages -d dist"`
3. `npm run build`
4. `npm run deploy`