https://github.com/recallwei/front-end-universe
🌌 A website used to collect various front-end-related resources.
https://github.com/recallwei/front-end-universe
front-end nuxt resource typescript vue
Last synced: about 1 year ago
JSON representation
🌌 A website used to collect various front-end-related resources.
- Host: GitHub
- URL: https://github.com/recallwei/front-end-universe
- Owner: recallwei
- Created: 2023-03-24T15:38:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-03T17:27:17.000Z (over 2 years ago)
- Last Synced: 2025-04-04T12:55:49.661Z (over 1 year ago)
- Topics: front-end, nuxt, resource, typescript, vue
- Language: Vue
- Homepage: https://front-end-universe.vercel.app
- Size: 971 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Front-end Universe
## Getting Started
Install the npm dependencies.
```bash
pnpm i
```
Start the development server.
```bash
pnpm dev
```