Skip to content

SOSorange/webpack-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FullCalendar Webpack Example

An example dev environment for FullCalendar using Webpack.

Installation

npm install
npm run build

Then run index.html in a browser.

For watching, run npm run watch.

Dependencies

The npm install script will install all required dependencies listed in package.json. Here are the installation commands for use in your own project:

npm install --save jquery fullcalendar
npm install --save-dev webpack

About

An example dev environment for FullCalendar + Webpack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 76.9%
  • HTML 23.1%