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

https://github.com/panjiachen/chunk-test

just for test demo
https://github.com/panjiachen/chunk-test

Last synced: 3 months ago
JSON representation

just for test demo

Awesome Lists containing this project

README

        

# chunkhash-test

## Project setup

```bash
npm install
```
## Then cancel the code comment

In router.js

```diff
- // {
- // path: "test",
- // name: "test",
- // component: () => import('./views/Test.vue')
- // },

+ {
+ path: "test",
+ name: "test",
+ component: () => import('./views/Test.vue')
+ },

```

## Finally

```bash
npm run build
```