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
- Host: GitHub
- URL: https://github.com/panjiachen/chunk-test
- Owner: PanJiaChen
- Created: 2018-07-23T06:47:03.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-23T06:53:12.000Z (almost 7 years ago)
- Last Synced: 2025-03-29T04:08:00.553Z (4 months ago)
- Language: Vue
- Homepage:
- Size: 293 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# chunkhash-test
## Project setup
```bash
npm install
```
## Then cancel the code commentIn 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
```