https://github.com/yanyue404/vue-boilerplate
Vue 2.6.14 boilerplate with vue-router, vuex & webpack 4.
https://github.com/yanyue404/vue-boilerplate
eslint husky prettier vue-router vue2 vuex
Last synced: 3 months ago
JSON representation
Vue 2.6.14 boilerplate with vue-router, vuex & webpack 4.
- Host: GitHub
- URL: https://github.com/yanyue404/vue-boilerplate
- Owner: yanyue404
- Created: 2020-08-15T02:21:01.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-14T08:25:04.000Z (over 2 years ago)
- Last Synced: 2025-01-01T09:41:38.392Z (5 months ago)
- Topics: eslint, husky, prettier, vue-router, vue2, vuex
- Language: JavaScript
- Homepage:
- Size: 1.21 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-boilerplate
## Start up
First install dependencies:
```sh
yarn install
```To create a development server:
```sh
yarn dev
```Run eslint code check:
```sh
yarn eslint
```Fix eslint mistakes:
```sh
yarn eslint:fix
```To create a production build:
```sh
yarn build
```To create a production build and analyz:
```sh
yarn build:analyz
```## Changelog
**2021.08.02**
1. 升级到 Vue 2.6.14 & [email protected];
## Thanks
Production based [createapp.dev](https://createapp.dev/)