@@ -46,7 +46,7 @@ block view
46
46
| CoreUI Admin Template uses
47
47
a( href ='https://docs.npmjs.com/misc/scripts/' ) npm scripts
48
48
| for its build system. Our
49
- a( href ='https://github.com/coreui/coreui-free-bootstrap-admin-template/blob/v4.1.0 /package.json' ) package.json
49
+ a( href ='https://github.com/coreui/coreui-free-bootstrap-admin-template/blob/v4.1.1 /package.json' ) package.json
50
50
| includes convenient methods for working with the framework, including compiling code, running tests, and more.
51
51
p
52
52
| To use our build system and run template locally, you’ll need a copy of CoreUI’s source files and Node. Follow these steps and you should be ready to rock:
@@ -56,7 +56,7 @@ block view
56
56
| , which we use to manage our dependencies.
57
57
li
58
58
| Either
59
- a( href ='https://github.com/coreui/coreui-free-bootstrap-admin-template/archive/v4.1.0 .zip' ) download CoreUI’s sources
59
+ a( href ='https://github.com/coreui/coreui-free-bootstrap-admin-template/archive/v4.1.1 .zip' ) download CoreUI’s sources
60
60
| or fork
61
61
a( href ='https://github.com/coreui/coreui-free-bootstrap-admin-template' ) CoreUI’s repository
62
62
| .
@@ -66,7 +66,7 @@ block view
66
66
| directory and run
67
67
code npm install
68
68
| to install our local dependencies listed in
69
- a( href ='https://github.com/coreui/coreui-free-bootstrap-admin-template/blob/v4.1.0 /package.json' ) package.json
69
+ a( href ='https://github.com/coreui/coreui-free-bootstrap-admin-template/blob/v4.1.1 /package.json' ) package.json
70
70
| .
71
71
p
72
72
| When completed, you’ll be able to run the various commands provided from the command line.
@@ -75,7 +75,7 @@ block view
75
75
a.anchorjs-link ( aria-label ='Anchor' data-anchorjs-icon ='#' href ='#using-npm-scripts' style ='padding-left: 0.375em;' )
76
76
p
77
77
| Our
78
- a( href ='https://github.com/coreui/coreui-free-bootstrap-admin-template/blob/v4.1.0 /package.json' ) package.json
78
+ a( href ='https://github.com/coreui/coreui-free-bootstrap-admin-template/blob/v4.1.1 /package.json' ) package.json
79
79
| includes numerous tasks for developing the project. Run
80
80
code npm run
81
81
| to see all the npm scripts in your terminal.
0 commit comments