GitXplorerGitXplorer
g

dynamic-imports-example

public
15 stars
3 forks
1 issues

Commits

List of commits on branch master.
Unverified
01add440ba7a18294a04827de12bc5a28605ebeb

[master] fixed prettier config in vscode

committed 6 years ago
Verified
7cf129bd8d2920f8da0d25b1832a34c994cff54a

Update dynamic-imports.md

ggangsthub committed 6 years ago
Unverified
1d288f6a3b9987f83da6d0927da5a5a26bb7658c

[master] added demo link

committed 6 years ago
Unverified
c8ad18cd527173d570019b0796ef808b0333d08f

[master] correction...

committed 6 years ago
Unverified
a9c3c8ffa8f328dffa9659a18dfd5951fc5fde46

[master] correction...

committed 6 years ago
Unverified
48296f641d49789508c86103e12e24d7ce1f9a75

[master] correction...

committed 6 years ago

README

The README file for this repository.

dynamic-imports

Dynamic imports

Example project to demonstrate the code-splitting feature provided by webpack and the dynamic imports behaviour.

Build Setup

# install dependencies
$ npm install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm start

# generate static project
$ npm run generate

For detailed explanation on how things work, checkout Nuxt.js docs.

Article ✏

You can read this article in VueDose and in this repo.

Demo

Demo site is here