Skip to content

vladislavs/fosjsrouting-wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node module for FOSJSROUTING bundle

Installation

npm install --save fosjsrouting-wrapper

Usage in file

import fosInit from 'fosjsrouting-wrapper'

load json via webpack json loader (you can use any method to load routes)

(file you can pipe and save in file system on webpack initialization)

import routes from './yourPathToRoutes.json'

const Routing = fosInit(routes);

Usage as DefinePlugin

todo

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published