All Projects → zgsnbtl → Vue Guapi

zgsnbtl / Vue Guapi

vue移动小说阅读网站项目手机端可在线访问前后端分离

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Vue Guapi

Ibiu
Build Vue Spa Faster 🍏 🍔 🍜
Stars: ✭ 144 (-24.61%)
Mutual labels:  vue-cli
Spring Boot Vue Bank
我,请始皇[打钱]是一个前后端分离的工具人系统,项目采用 SpringBoot+Go+Vue 开发,项目加入常见的企业级应用所涉及到的技术点,例如 Redis、RabbitMQ 等(主要是多用用工具多踩踩坑)。
Stars: ✭ 157 (-17.8%)
Mutual labels:  vue-cli
Vue Manage System
基于Vue3 + Element Plus 的后台管理系统解决方案
Stars: ✭ 14,174 (+7320.94%)
Mutual labels:  vue-cli
Gradex
An online tool to generate gradients background from given image so you can preview and download it.
Stars: ✭ 145 (-24.08%)
Mutual labels:  vue-cli
Vue Cli Plugin Qiankun
🚀 qiankun plugin for vue-cli
Stars: ✭ 151 (-20.94%)
Mutual labels:  vue-cli
Awesome Vue Cli3 Example
🦅 Awesome example for rapid Vue.js development using vue-cli3 .
Stars: ✭ 160 (-16.23%)
Mutual labels:  vue-cli
Ve Charts
📈 ECharts 4.x for Vue.js 2.x.
Stars: ✭ 142 (-25.65%)
Mutual labels:  vue-cli
Vue Movie
基于vue2.0构建的在线电影网【film】,webpack+vue+vuex+keepAlive+muse-ui+cordova 全家桶,打包成APP
Stars: ✭ 175 (-8.38%)
Mutual labels:  vue-cli
Fantastic Admin
一款开箱即用的 Vue 中后台管理系统框架,基于ElementUI,兼容PC、移动端,vue-admin, vue-element-admin, vue后台
Stars: ✭ 153 (-19.9%)
Mutual labels:  vue-cli
Vue Objccn
🔥 Use Vue.js to develop a cross-platform full stack application / 用 Vue.js 开发的跨三端应用
Stars: ✭ 1,993 (+943.46%)
Mutual labels:  vue-cli
Vue Cli Multi Page
基于vue-cli模板的多页面多路由项目,一个PC端页面入口,一个移动端页面入口,且有各自的路由, vue+webpack+vue-router+vuex+mock+axios
Stars: ✭ 145 (-24.08%)
Mutual labels:  vue-cli
Gpk admin
✨ GeekPark Content Management System
Stars: ✭ 150 (-21.47%)
Mutual labels:  vue-cli
Github Ranking
🔍GitHub不同语言热门项目排行,Vue.js做页面展示
Stars: ✭ 160 (-16.23%)
Mutual labels:  vue-cli
Vue Wechat
🔥 基于Vue2.0高仿微信App的单页应用
Stars: ✭ 1,832 (+859.16%)
Mutual labels:  vue-cli
Vue Cli Plugin I18n
🌐 Vue CLI plugin to add vue-i18n to your Vue Project
Stars: ✭ 172 (-9.95%)
Mutual labels:  vue-cli
Vue Plugin Boilerplate
🔩 Boilerplate for Vue.js plugin
Stars: ✭ 143 (-25.13%)
Mutual labels:  vue-cli
Vuetify Todo Pwa
✔️ A simple Todo PWA built with Vue CLI 3 + Vuex + Vuetify.
Stars: ✭ 160 (-16.23%)
Mutual labels:  vue-cli
Vue Admin Template
Sample Admin Template based on Vuejs & Vuetify.
Stars: ✭ 177 (-7.33%)
Mutual labels:  vue-cli
Vue2 Demo
Vue 基于 Genesis + TS + Vuex 实现的 SSR demo
Stars: ✭ 2,072 (+984.82%)
Mutual labels:  vue-cli
Vue Cli Plugin Vite
Use Vite Today, with vue-cli
Stars: ✭ 164 (-14.14%)
Mutual labels:  vue-cli

vue-book

代码为实习时写的觉得不错点个star~·~ 有问题微信找我:xiaoyuzz2

技术栈

vue vue-cli3 vue-router vuex es6 webpack axios sass mint-ui javaScript

源码地址

https://github.com/zgsnbtl/vue-guapi

访问地址

www.hyckr.com

第三方接口跨域在本地vue-cli3脚手架中的vue.config.js中配置如下代码

devServer: {
    disableHostCheck: true,
    proxy: {
      '/api': {
        target: 'http://www.api.zhuishushenqi.com',
        ws: true,
        changeOrigin: true,
        pathRewrite: {
          '^/api': ''
        }
      },
      '/content': {
        target: 'http://chapter2.zhuishushenqi.com',
        changeOrigin: true,
        ws: true,
        pathRewrite: {
          '^/content': ''
        }
      }
    }
  }

打包后路径问题vue.config.js中配置

baseUrl: './'

部署服务器时使用nginx代理

截图

Customize configuration

See Configuration Reference.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].