Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/weijuer/vue-project-starter
https://github.com/weijuer/vue-project-starter
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/weijuer/vue-project-starter
- Owner: weijuer
- Created: 2024-02-01T09:35:56.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-02-01T10:29:32.000Z (12 months ago)
- Last Synced: 2024-11-13T07:34:53.975Z (2 months ago)
- Language: Vue
- Size: 105 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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/).