Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neveryu/prerender-website
:wave::wave::wave:基于 Vue 的预渲染解决方案
https://github.com/neveryu/prerender-website
es6 express node prerender stylus vue vue-router webpack
Last synced: 23 days ago
JSON representation
:wave::wave::wave:基于 Vue 的预渲染解决方案
- Host: GitHub
- URL: https://github.com/neveryu/prerender-website
- Owner: Neveryu
- License: mit
- Created: 2018-06-02T11:06:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-31T14:37:55.000Z (over 5 years ago)
- Last Synced: 2024-10-03T12:16:32.804Z (about 1 month ago)
- Topics: es6, express, node, prerender, stylus, vue, vue-router, webpack
- Language: Vue
- Homepage: https://neveryu.github.io/prerender-website/
- Size: 3.84 MB
- Stars: 47
- Watchers: 4
- Forks: 21
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A beautiful website with tour
>Vue.js 2.0 + vue-router + prerender-spa-plugin 3.x Prerender SPA Example
这里使用的是 `prerender-spa-plugin` stable `3.x` 版本,基于 `puppeteer`。
如果你使用的 `2.x` 版本,则是基于 `PhantomJS`。**重要提示:** 如果你在 `npm install` 时一直没有没有等到成功的结果,你可以尝试删除掉 `package-lock.json` 和 `node_modules` 再尝试;如果还是不行,你可以选择尝试删除掉 `package-lock.json` 和 `node_modules` 后,使用 `npm install --registry=https://registry.npm.taobao.org` 来安装。(究其原因,我在 `web-bookmarks` 中有提到:[npm 与 cnpm 要点](https://neveryu.github.io/web-bookmarks/tech/npm-cnpm.html))
Demonstrates usage of Vuejs 2.0 with Vue Router and Webpack 3. Build will generate 6 static routes at the following paths:
- `/`
- `/home`
- `/information`
- `/ticket`
- `/scenery`
- `/about`## Build
``` bash
npm install
npm run build
```> **重要提示:** 如果你在 `npm install` 时一直没有没有等到成功的结果,你可以尝试删除掉 `package-lock.json` 和 `node_modules` 再尝试;如果还是不行,你可以选择尝试删除掉 `package-lock.json` 和 `node_modules` 后,使用 `npm install --registry=https://registry.npm.taobao.org` 来安装。(究其原因,我在 `web-bookmarks` 中有提到:[npm 与 cnpm 要点](https://neveryu.github.io/web-bookmarks/tech/npm-cnpm.html))
Now check the new `dist` directory for your prerendered static files!
To view the rendered files, you can
``` bash
npm run prod
```Now visit the following routes in your browser (note the trailing slash):
- [http://localhost:9999/](http://localhost:9999/)
- [http://localhost:9999/home](http://localhost:9999/home)
- [http://localhost:9999/information/](http://localhost:9999/information/)
- [http://localhost:9999/ticket/](http://localhost:9999/ticket/)
- [http://localhost:9999/scenery/](http://localhost:9999/scenery/)
- [http://localhost:9999/about/](http://localhost:9999/about/)## Development
To edit the `prerender-spa-plugin` configuration, look for `new PrerenderSPAPlugin` in the plugins section of `webpack.config.js`.
If you're using a router or have more than one page to prerender, edit the `routes` array under that config object.
``` bash
npm install
npm run dev
```> **重要提示:** 如果你在 `npm install` 时一直没有没有等到成功的结果,你可以尝试删除掉 `package-lock.json` 和 `node_modules` 再尝试;如果还是不行,你可以选择尝试删除掉 `package-lock.json` 和 `node_modules` 后,使用 `npm install --registry=https://registry.npm.taobao.org` 来安装。(究其原因,我在 `web-bookmarks` 中有提到:[npm 与 cnpm 要点](https://neveryu.github.io/web-bookmarks/tech/npm-cnpm.html))
## Tip
- 1.1 在开发过程中(`npm run dev`),`vue-router` 请务必使用 `history` 模式。
- 2.1 如果你的项目是部署在根目录下的话,那么你可以直接打包(`npm run build`)
,然后进行部署。
- 2.2 如果你的项目要部署在子目录下的话,那么你可能要注意了,这个时候你的 `vue-router` 不应该使用 `history` 模式,与此同时,`publicPath` 也应修改为 `./`## Note
在写这个项目的时候也记录了几个知识点:[关于本项目中的知识点](./project-note.md)## Communication
欢迎加入 QQ 群,共同学习讨论,QQ 群:[685486827](//shang.qq.com/wpa/qunwpa?idkey=32da7a18744756b0d8ffdd05b84999afecb5265dbad0fb119033e122abe803f3) ,一键加群