UNPKG

pruno-cli

Version:

A CLI tool for scaffolding projects that use the pruno build tool and a generator for creating components.

11 lines (8 loc) 155 B
import {Router} from "backbone"; var AppRouter = Router.extend({ routes: { "": "index", "about": "about" } }); export default new AppRouter;