Skip to content

nashvi/nuxt-externals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

npm -D i git+https://github.com/murphil/nuxt-externals.git

nuxt.config.js 中添加

modules: [
  {
    src: 'nuxt-externals', options: {
      manifest: path.resolve(path.join(__dirname, './manifest')),
      registry: 'http://vue.d',
      verbose: true
      /*
      index: 'latest.json',
      */
    }
  }
]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published