Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hojas/vue-starter
A Vue starter template.
https://github.com/hojas/vue-starter
vue
Last synced: 28 days ago
JSON representation
A Vue starter template.
- Host: GitHub
- URL: https://github.com/hojas/vue-starter
- Owner: hojas
- License: mit
- Created: 2024-10-01T06:39:40.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-26T18:05:50.000Z (2 months ago)
- Last Synced: 2024-10-26T19:58:01.124Z (2 months ago)
- Topics: vue
- Language: TypeScript
- Homepage:
- Size: 72.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vue-starter
## Tech stack
- Vue
- vue-router
- pinia
- MDX
- vite
- sass## Install
```text
$ corepack enable
$ pnpm install
```## Development
```text
$ pnpm dev
```## Build
```text
$ pnpm build
```