Skip to content

jasonliao/topview-init

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

topview-init

TopView projects boilerplate generator.

Install

$ npm install topview-init -g

Setup

$ mkdir porject-name && cd project-name
$ topview-init

If you notice All set! projects are awesome, have fun! :), that means our project's structure is already generated, cheers!

Usage

We almost there...

$ npm install && npm run dev

Hit localhost:8080 localhost:3000 and create our awesome project right now!

Every time you save the files in the src folder will reload the browser, so you don't need to press F5 repeatedly.

Build

$ npm run build

with this command, we will

  1. Bundle all modules into a bundle.js and all stylesheets into a bundle.css in dist folder with webpack.
  2. Uglity .js, minify and .html into build folder with gulp.

Attention

This boilerplate is never used in large applications or projects, so it probably has lots of problems. but that's ok, I believe you guys will constantly improve it.

Bugs & Issues

Fix by yourself

License

MIT

About

🚀 TopView projects boilerplate generator.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published