All Projects → dolyw → VueStudy

dolyw / VueStudy

Licence: MIT License
Vue.js学习系列示例代码及教程

Programming Languages

Vue
7211 projects
java
68154 projects - #9 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to VueStudy

r5r
ipeagit.github.io/r5r/
Stars: ✭ 90 (+12.5%)
Mutual labels:  router
arachnod
High performance crawler for Nodejs
Stars: ✭ 17 (-78.75%)
Mutual labels:  cheerio
whip
Simple fast http server for nim based on httpbeast and nest for high performance routing
Stars: ✭ 55 (-31.25%)
Mutual labels:  router
react-mobx-router5
React components for routing solution using router5 and mobx
Stars: ✭ 58 (-27.5%)
Mutual labels:  router
radvd
radvd | Official repository: https://github.com/radvd-project/radvd
Stars: ✭ 138 (+72.5%)
Mutual labels:  router
HealerJean.github.io
HealerJean的梦想博客,代码都在博客里面(_posts下面具备很多代码,请大家耐心查找,以及MarkDown笔记)
Stars: ✭ 27 (-66.25%)
Mutual labels:  study
koa-routeify
the next router for koajs.
Stars: ✭ 12 (-85%)
Mutual labels:  router
froute
Type safe and flexible router for React
Stars: ✭ 31 (-61.25%)
Mutual labels:  router
react-native-boilerplate
Ready-made structure of your next React Native application within a few minutes.
Stars: ✭ 36 (-55%)
Mutual labels:  router
universal-router
↩️ Router for every occasions
Stars: ✭ 64 (-20%)
Mutual labels:  router
smoovy
A collection of small and useful js packages (smooth scrolling, utils, etc.) preventing copy & paste
Stars: ✭ 25 (-68.75%)
Mutual labels:  router
yarr
A React router library enabling the render-as-you-fetch concurrent UI pattern.
Stars: ✭ 97 (+21.25%)
Mutual labels:  router
highway
Highway - A Modern Javascript Transitions Manager
Stars: ✭ 1,349 (+1586.25%)
Mutual labels:  router
slim-play
Slim Play app
Stars: ✭ 76 (-5%)
Mutual labels:  router
nuxt-interpolation
Nuxt.js module as directive for binding every link to catch the click event, and if it's a relative link router will push.
Stars: ✭ 38 (-52.5%)
Mutual labels:  router
GitHubSearch
GitHub iOS client with minimum third-party dependencies.
Stars: ✭ 34 (-57.5%)
Mutual labels:  router
wolfpacs
WolfPACS is an DICOM load balancer written in Erlang.
Stars: ✭ 1 (-98.75%)
Mutual labels:  router
dodgr
Distances on Directed Graphs in R
Stars: ✭ 106 (+32.5%)
Mutual labels:  router
TutoAsus
Tutorial on how to setup a nginx reverse proxy on Asus router with Merlin firmware, and get Let's Encrypt certificate with acme.sh.
Stars: ✭ 35 (-56.25%)
Mutual labels:  router
chomex
Chrome Extension Messaging Routing Kit / Promisify Chrome Messaging / LocalStorage Object Mapper
Stars: ✭ 41 (-48.75%)
Mutual labels:  router

VueStudy

License PRs Welcome GitHub stars GitHub forks

A Vue.js project

主要参考官方Vue.js文档:https://cn.vuejs.org/v2/guide/installation.html

主要参考keepfool的Vue.js教程:https://github.com/keepfool/vue-tutorials

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

# run unit tests
npm run unit

# run e2e tests
npm run e2e

# run all tests
npm test

For a detailed explanation on how things work, check out the guide and docs for vue-loader.

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].