Skip to content

using rollup to bulid a scaffolding for typescript & jsx and so on

Notifications You must be signed in to change notification settings

forthealllight/rollup-typescript-start

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rollup-typescript-start

using rollup to bulid a scaffolding for typescript & jsx and so on

Install

npm install

if you want use scss/less module,you should: npm install -d node-sass

run

  • development

if you want to build in the "develoment" environment

npm run dev

we provide you with HMR、Watch、Sourcemapand so on

  • production

if you want to build in the "production" environment

npm run prod

It's will use uglify and ignore sourcemap

About

using rollup to bulid a scaffolding for typescript & jsx and so on

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published