https://github.com/codegather/template-multi-page-vue-ssr
A multi page server rendering project template based on 'webpack' +'vue ' | 一个基于 Webpack + Vue 的多页面服务端渲染项目模板
https://github.com/codegather/template-multi-page-vue-ssr
Last synced: 4 months ago
JSON representation
A multi page server rendering project template based on 'webpack' +'vue ' | 一个基于 Webpack + Vue 的多页面服务端渲染项目模板
- Host: GitHub
- URL: https://github.com/codegather/template-multi-page-vue-ssr
- Owner: CodeGather
- License: mit
- Created: 2021-01-07T03:55:29.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-12T21:09:43.000Z (over 4 years ago)
- Last Synced: 2024-12-29T05:08:01.978Z (6 months ago)
- Homepage: https://github.com/misitebao/template-multi-page-vue-ssr
- Size: 349 KB
- Stars: 0
- Watchers: 1
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# template-multi-page-vue-ssr
## :large_blue_circle: Internationalization
English | [中文文档](README_zh.md)
## :information_source: Introductions
A multi page server rendering project template based on 'webpack' +'vue '
## :eight_spoked_asterisk: Features
To be perfected...
## :gem: Installation
### Setup
``` bash
# Installation dependency
npm install# starting with webpack-dev-server
npm run dev:page# package build
npm run build:page:dev develop
npm run build:page:test testing
npm run build:page:prod production
npm run serve:page:test Start the service in a local simulation production environment
```## :stuck_out_tongue_winking_eye: Authors
[misitebao](https://github.com/misitebao)
## :copyright: License
[License MIT](LICENSE)