Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anthonygore/vue-dynamic-import
Repo for the article "Build A Lazy-Load Router With Vue.js And The Latest Browser Features"
https://github.com/anthonygore/vue-dynamic-import
Last synced: 2 months ago
JSON representation
Repo for the article "Build A Lazy-Load Router With Vue.js And The Latest Browser Features"
- Host: GitHub
- URL: https://github.com/anthonygore/vue-dynamic-import
- Owner: anthonygore
- Created: 2017-10-07T03:48:55.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-20T11:46:08.000Z (about 7 years ago)
- Last Synced: 2024-10-02T15:42:00.538Z (3 months ago)
- Language: JavaScript
- Homepage: https://vuejsdevelopers.com/2017/10/30/vue-js-dynamic-imports-lazy-load/
- Size: 5.86 KB
- Stars: 28
- Watchers: 4
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vue.js Dynamic Import Demo
#### Usage
```bash
$ npm i
$ npm run build
$ npm run serve
```