Skip to content

Commit 68692ad

Browse files
committed
webpack.config env.prod added & build scripts modified
1 parent 2aa3baa commit 68692ad

File tree

9 files changed

+246
-16720
lines changed

9 files changed

+246
-16720
lines changed

React_Full_Project/CHANGELOG.md renamed to CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
## Changelog CoreUI react
1+
## Changelog [react](./REACT.md) version
2+
3+
### 2017.08.24
4+
- webpack.config env.prod
5+
- Dashboard .dropdown-menu-right temp.scss hotfix (full)
6+
- callout.scss .chart-wrapper hotfix (full)
27

38
### 2017.08.11
49
- Bootstrap 4 beta

REACT.md

+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# React version
2+
3+
## Intro
4+
5+
It uses Sass (with .scss). The style is loaded at the component level.
6+
7+
Dependencies can be handled by **npm**.
8+
9+
## Directories
10+
11+
```
12+
src (js|jsx source)
13+
scss (scss source)
14+
public (html template)
15+
public/img (images)
16+
```
17+
18+
## Usage
19+
20+
**npm i** - to install dependencies
21+
22+
## Sctipts
23+
24+
**npm start** for developing (it runs webpack-dev-server)
25+
26+
**npm run build** to run a dev build
27+
28+
**npm run clean** to clean build dir
29+
30+
**npm run dev** to run a dev build with watching filesystem for changes
31+
32+
33+
## See also
34+
35+
[Changelog](./CHANGELOG.md)
36+
[Readme](./README.md)

0 commit comments

Comments
 (0)