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

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.

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/)