mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
22776c2eee
* Immplement the initial singleton Router. * Use the new SingletonRouter for HMR error handling. * Use SingletonRouter inside the Link. * Create an example app using the Router. * Make the url parameter optional in Router.push and Router.replace * Add a section about next/router in the README.
17 lines
287 B
JSON
17 lines
287 B
JSON
{
|
|
"name": "shared-modules",
|
|
"version": "1.0.0",
|
|
"description": "This example features:",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "next",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"next": "*"
|
|
},
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|