0.2.8 • Published 6 years ago

gmi-web v0.2.8

Weekly downloads
1
License
ISC
Repository
github
Last release
6 years ago

install

``` npm install -g gmi-web

start <project_name>

``` gmi-web start <project_name> && cd <project_name>

install babel-loader package

``` npm install or yarn install

run

``` gmi-web serve

page

``` gmi-web page pagename  (create relating page's file but need to import to main.scss yourself)

build

``` gmi-web build

localhost

``` gmi-web localhost 8080  (open a server bases in current directory)

suport

``` Mac\Windows\Linux

contact

``` linzhizhao790086754@gmail.com

brief document

1. src/assets -> dist/assets (watch supported)
2. src/js -> dist/js (webpack build && watch supported)
3. src/lib -> dist/lib (watch supported)
4. src/pages -> dist (watch supported && root directory)
5. src/scss/pages/main.scss -> dist/css/style.min.css (watch supported && so all of your scss file needed to be imported into main.scss file)
6. put all the dist file into your server, and open your browser.

notice

1. src/js/tool、src/js/pages、src/scss/pages/main.scss and src/pages/includes can't be deleted.
0.2.8

6 years ago

0.2.7

6 years ago

0.2.5

6 years ago

0.2.4

6 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.11

6 years ago

0.1.10

6 years ago

0.1.9

6 years ago

0.1.8

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago