Skip to content

Starter template for a Vue 3 project using Vue Router and slash-based routes

License

Notifications You must be signed in to change notification settings

MichaelCurrin/vue-slash-routes-quickstart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vue Slash Routes Quickstart

Starter template for a Vue 3 project using Vue Router and slash-based routes

GitHub tag License

Made with Node.js

Package - vue Package - vue-router

Preview


Use this template

About

Routing

This app uses slash-based routing rather than hash-based routing. See src/router/index.js.

Project creation

This project was set up using Vue UI.

$ vue vui

And creating a new project using Vue 3 and Vue Router and the choice to have slash paths. Linting, formatting and Babel were turned off.

Resources

For a setup using the plain hash routes, see Vue Router Quickstart:

  • MichaelCurrin - vue-router-quickstart

For a setup without Vue Router, see Vue Quickstart:

  • MichaelCurrin - vue-quickstart

To learn more about Vue, see Vue resources.

Installation

$ yarn install

Usage

$ yarn start

Open the browser at:

The second page is at:

License

Released under MIT by @MichaelCurrin.