https://github.com/oskaldev/posts-vue
page-posts
https://github.com/oskaldev/posts-vue
composition-api pnpm vite vue vuex
Last synced: 9 months ago
JSON representation
page-posts
- Host: GitHub
- URL: https://github.com/oskaldev/posts-vue
- Owner: oskaldev
- Created: 2025-01-20T18:11:27.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-01-26T15:38:42.000Z (11 months ago)
- Last Synced: 2025-01-31T23:57:27.128Z (11 months ago)
- Topics: composition-api, pnpm, vite, vue, vuex
- Language: Vue
- Homepage:
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-project-one
This template should help get you started developing with Vue 3 in Vite.
## Recommended IDE Setup
[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur).
## Customize configuration
See [Vite Configuration Reference](https://vite.dev/config/).
## Project Setup
```sh
pnpm install
```
### Compile and Hot-Reload for Development
```sh
pnpm dev
```
### Compile and Minify for Production
```sh
pnpm build
```
### Lint with [ESLint](https://eslint.org/)
```sh
pnpm lint
```