Skip to content

limongoo/template-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Devsign Template Project

Project Organization

src

The source folder (src) contains the original source code that developers write as part of the app.

dist

The distribution build folder (dist) contains the built files for a production build.

Module Html

The current setup allows modular html by using the ${...} JavaScript interpolator and a require of the other html file to include:

<body>
  ${require('./app.html')}
</body>

About

Template project for webpack build process

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors