1.0.3 • Published 8 years ago

hstart v1.0.3

Weekly downloads
4
License
ISC
Repository
github
Last release
8 years ago

use

hstart -d your_project

//work with react
hstart -d your_project --react

create frontend environment with webpack

  • allow import css
  • allow import less
  • allow import html with art-template-loader
  • this tool is just create configs and start demo
  • allow es6 with babel

art-template

//index.js:

import list from './list.html';
list({title: 'hello world'});

//list.html

<h3>{{title}}</h3>

build

npm run build

develope

npm run dev
1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago