Jspm 6
Understanding JSPM configuration file
In my previous post we have introduced with JSPM package manager and learnt to install and initialize it for an application. In this demo, “We will learn about properties present inside config.js file”. On successful initialization it creates a config.js file and jspm_packages directory.The following screenshot shows the project structure with config.js and jspm_packages directory […]
JSPM Installation and Initialization
JSPM is next generation of package manager for Browser. JSPM is developed around SystemJS a universal module loader. SystemJS is capable of loading ESM,CommonJS,AMD,global and register formats. JSPM can be installed globally using npm install jspm –g command.The following screenshot shows the installation of JSPM. JSPM ca be installed locally and it is recommended.It ensure […]