GithubHelp home page GithubHelp logo

guoyu's Projects

voyager-2 icon voyager-2

Recommendation-Powered Visualization Tool for Data Exploration

vpnon icon vpnon

Turn On your VPN like a hero.

vpp icon vpp

Video++, a C++14 high performance video and image processing library.

vsclassifyexample icon vsclassifyexample

An example VS extension that highlights classes named "Stream" within C# files

vscode-naming icon vscode-naming

A vscode extension,Help naming the Function Name and Class Name.

vsharp_shanghaigongjiao_tip icon vsharp_shanghaigongjiao_tip

vSharp 是一款自主借鉴开发的PHP轻量级框架,本项目主要目的是开发该框架,通过上海公交到站提醒这个主题为导向,测试框架和梳理业务 。逻辑通过爬取市民云的公交到站情况,进行数据分析,处理,通过邮件在每天上下班的时候推送给用户,便于用户实时掌握公交信息。

vue icon vue

Simple yet powerful library for building modern web interfaces.

vue- icon vue-

vue.js的项目的访问链接如何去掉 # 呢? 步骤如下: 1. 在路由定义的脚本里添加mode: 'history' const router = new VueRouter({ mode: 'history', routes: [...] }) 2.以上步骤还不够,因为页面刷新会出现404错误,还需要配置服务器 Apache <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.html$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.html [L] </IfModule> nginx location / { try_files $uri $uri/ /index.html; } 注:本地测试环境运行npm run dev时是不用配置的,但部署到服务器上是需要的。 作者:童蒙_ 链接:http://www.jianshu.com/p/444476c37c01 來源:简书 著作权归作者所有。

vue-2 icon vue-2

Vue-base integrated project with Spring-Boot

vue-admin icon vue-admin

Vue Admin Panel Framework, Powered by Vue 2.0 and Bulma 0.2

vue-admin-spa icon vue-admin-spa

基于vue2.0生态的后台管理系统模板(spa)。 a vue management system template based on :vue2.0 + vue-router + vuex + element-ui +ES6+ webpack + npm。

vue-amap icon vue-amap

🌍 vue-amap - 基于Vue2.0和高德地图的地图组件

vue-beauty icon vue-beauty

Beautiful UI components build with vue and ant design

vue-blog icon vue-blog

A personal static blog platform built with vue2

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.