You just downloaded the uncompressed development resources for Mobiscroll. They come packaged as ES6 Modules.
For instructions on how to use and install the ES6 modules please see the documentation.
After the download finished, unpack it to a folder and run the following command to build an NPM package that is ready to be used in a project:
$ npm start
The generated package will be in the dist folder named mobiscroll-angular-{{version}}.tgz and can be installed using npm like this:
$ npm install .\mobiscroll-angular-{{version}}.tgz
You can copy the source to your project and import the components from it directly.
Step 1.
Copy Mobiscroll into your app.
Extract the zip file you just downloaded, then grab the js, src, esm5 and css folders and copy it into
src/lib/mobiscroll folder of your React app. If there is no such folder available, you can create it.
Step 2.
Run the config command in the root folder of the React project. Make sure to have the
Mobiscroll CLI installed.
This will take care of setting everything up from the package you just downloaded.
Please note that it will not install the library from NPM, for updating Mobiscroll you'll have to repeat the process.
$ mobiscroll config react --no-npm
For manual installation follow the getting started guide.
Step 1.
Copy Mobiscroll into your app.
Extract the zip file you just downloaded, then grab the js, src, esm5 and css folders and copy it into
src/lib/mobiscroll folder of your Vue app. If there is no such folder available, you can create it.
Step 2.
Run the config command in the root folder of the Vue project. Make sure to have the
Mobiscroll CLI installed.
This will take care of setting everything up from the package you just downloaded.
Please note that it will not install the library from NPM, for updating Mobiscroll you'll have to repeat the process.
$ mobiscroll config vue --no-npm
For manual installation follow the getting started guide.
Step 1.
Copy Mobiscroll into your app.
Extract the zip file you just downloaded, then grab the lib folder and copy it into src folder of your Angular app.
Step 2.
Run the config command in the root folder of the Angular project. Make sure to have the
Mobiscroll CLI installed.
This will take care of setting everything up from the package you just downloaded.
Please note that it will not install the library from NPM, for updating Mobiscroll you'll have to repeat the process.
$ mobiscroll config angular --no-npm
For manual installation follow the getting started guide
Step 1.
Copy Mobiscroll into your app.
Extract the zip file you just downloaded, then grab the lib folder and copy it into src folder of your Ionic app.
Step 2.
Run the config command in the root folder of the Ionic project. Make sure to have the
Mobiscroll CLI installed.
This will take care of setting everything up from the package you just downloaded.
Please note that it will not install the library from NPM, for updating Mobiscroll you'll have to repeat the process.
$ mobiscroll config ionic --no-npm
For manual installation follow the getting started guide.