Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```