Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/weijuer/vue-project-starter


https://github.com/weijuer/vue-project-starter

Last synced: 9 days ago
JSON representation

Awesome Lists containing this project

README

        

# vue-project-starter

A simple example of vue-project-starter

## Features
- [x] husky
- [x] lint-staged
- [x] commitlint
- [x] conventional-changelog-cli

## Project setup
```
pnpm install
```

### Compiles and hot-reloads for development
```
pnpm run serve
```

### Compiles and minifies for production
```
pnpm run build
```

### Lints and fixes files
```
pnpm run lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).