Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alfredo3232/frontend-skeleton-app
This is a starter for frontend apps that want to use vue.
https://github.com/alfredo3232/frontend-skeleton-app
Last synced: 21 days ago
JSON representation
This is a starter for frontend apps that want to use vue.
- Host: GitHub
- URL: https://github.com/alfredo3232/frontend-skeleton-app
- Owner: Alfredo3232
- Created: 2023-01-27T20:07:51.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-04T19:51:01.000Z (7 months ago)
- Last Synced: 2024-06-04T21:55:37.296Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 136 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# frontend-skeleton-app
This template should help get you started developing with Vue 3 in Vite. This was created using create-vue, and then I deleted and set up some basic things
## Project Setup
```sh
npm install
```### Compile and Hot-Reload for Development
```sh
npm run dev
```### Lint with [ESLint](https://eslint.org/)
```sh
npm run lint
```