vue-scroll-behavior
Customize the scrolling position on route navigation. Especially hash mode.
File Explorer
Download Latest Version (.zip)- build.js
- build.rollup.js
- check-versions.js
- dev-client.js
- dev-server.js
- utils.js
- vue-loader.conf.js
- webpack.base.conf.js
- webpack.dev.conf.js
- webpack.prod.conf.js
- dev.env.js
- index.js
- prod.env.js
- logo.png
- Book.vue
- Hello.vue
- Links.vue
- Movie.vue
- app.3a175396ac155d5c78f1d7ea9dca40cd.css
- app.3a175396ac155d5c78f1d7ea9dca40cd.css.map
- app.e90ffc9e4277e18c6446.js
- app.e90ffc9e4277e18c6446.js.map
- manifest.751e645113cf09b6b4c2.js
- manifest.751e645113cf09b6b4c2.js.map
- vendor.ebc6795c4c0df3132a45.js
- vendor.ebc6795c4c0df3132a45.js.map
- index.html
- index.js
- .gitkeep
- .babelrc
- App.vue
- index.html
- main.js
- vue-scroll-behavior.js
- helpers.js
- vue-scroll-behavior.js
- .babelrc
- .gitignore
- .prettierrc
- .travis.yml
- CONTRIBUTING.md
- LICENSE
- package.json
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/jeneser/vue-scroll-behavior
Downloads the entire project code from GitHub to your computer.
cd vue-scroll-behavior
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install vue-scroll-behavior --save
Downloads and installs the libraries listed in package.json.
npm install
Downloads and installs the libraries listed in package.json.
npm run dev
Starts the development/run server.
npm run build
Builds optimized production files.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
