webpack-static-site-generator:Webpack的静态站点生成器

时间:2024-05-23 09:47:01
【文件属性】:

文件名称:webpack-static-site-generator:Webpack的静态站点生成器

文件大小:29KB

文件格式:ZIP

更新时间:2024-05-23 09:47:01

javascript webpack single-page-app prerender static-site

Webpack静态站点生成器 一个Webpack插件,用于根据一组路由生成一个静态站点。 这是为与Vue.js CLI生成的项目一起使用而编写的,因为我对其他静态站点生成器没有任何运气。 安装 npm i --save-dev webpack-static-site-generator 或者 yarn add webpack-static-site-generator -D 用法 在webpack.conf.js : var StaticSiteGenerator = require ( 'webpack-static-site-generator' ) // Add the plugin to the plugin array plugins: [ new StaticSiteGenerator ( // path to the output dir


【文件预览】:
webpack-static-site-generator-master
----.travis.yml(891B)
----index.js(1KB)
----serve.js(399B)
----package.json(923B)
----LICENSE(1KB)
----package-lock.json(83KB)
----.eslintrc.js(454B)
----render.js(1KB)
----.gitignore(27B)
----README.md(2KB)

网友评论