Coder Social home page Coder Social logo

sinner / vuejs-router Goto Github PK

View Code? Open in Web Editor NEW

This project forked from vueschool/vuejs-router

0.0 1.0 0.0 1.03 MB

🗺 Source code for the Vue.js Router for Everyone course

Home Page: https://vueschool.io/courses/vue-router-for-everyone

JavaScript 22.44% HTML 4.58% Vue 72.98%

vuejs-router's Introduction

Vue.js Router for Everyone

This repository contains the example code for the Vue.js Router for Everyone course on Vue School.

Learn how to create powerful Vue.js Single Page Applications (SPA’s) with the Vue Router in this course.

Single Page Applications are web apps or sites that interact with the user by dynamically rewriting the current page rather than loading entire new pages from the server.

This approach allows us to only fetch the data/section of our page that is needed when a user interacts with our app. By dynamically rewriting smaller chunks of our site, it prevents us from re-downloading already loaded resources such as the images, scripts, CSS, etc.

As a result SPA’s tend to improve the user experience due to its impressive page load speed performance and behave more like desktop applications.

In this course, you’ll learn everything you need to know about the Vue Router to either create rapid prototypes or ımpressive, full-blown Vue.js SPA’s.

By the end of this course you will master

  • How to scaffold a new Vue.js project, including the Vue Router with Vue CLI GUI
  • How to create routes, including named routes
  • Learn how to lazy load your routes
  • Learn how to work with Vue Router Params and pass them as props to components
  • How to create dynamic and nested routes
  • Learn what the HTML5 History Mode is and how to enable it
  • Learn how to create impressive route transitions
  • How to create a 404 page with the Vue Router
  • Learn what navigation guards are and how to create an authentication middleware for your app
  • And much much more.

You need a basic understanding of Vue.js to enjoy this course. We recommend watching Vue.js Components Fundamentals and Vue.js Components Fundamentals if you’re not already familiar with Vue.js and components.

Click here to watch the Vue.js Router for Everyone course.


Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

vuejs-router's People

Contributors

rahaug avatar

Watchers

 avatar

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.