Skip to content

wu1033324908/boleAdmin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

install

``` npm install -g gmi-web

start <project_name>

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

install babel-loader package

``` npm install

run

``` gmi-web serve

build

``` gmi-web build

suport

``` Mac\Windows\Linux

brief document

1. src/assets -> dist/assets (watch support)
2. src/js -> dist/js (webpack build)
3. src/lib -> dist/lib (watch support)
4. src/pages -> dist (watch support && root directory)
5. src/scss/pages/main.scss -> dist/css/style.min.css (so all of your scss file needed to be import to 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.

About

伯乐作文后台

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published