v1.0.0
This commit is contained in:
parent
c5cc339531
commit
950c51cbf4
@ -1,24 +0,0 @@
|
||||
## Changelog [react](./REACT.md) version
|
||||
|
||||
##### 2017.08.24
|
||||
- webpack.config env.prod
|
||||
- Dashboard .dropdown-menu-right temp.scss hotfix (full)
|
||||
- callout.scss .chart-wrapper hotfix (full)
|
||||
|
||||
##### 2017.08.11
|
||||
- Bootstrap 4 beta
|
||||
- Dashboard component (full):
|
||||
- line chart for social box
|
||||
- sparkline chart for callout
|
||||
|
||||
##### 2017.08.01
|
||||
- Sidebar component:
|
||||
- title item with optional wrapper and class (_nav.js)
|
||||
- nav link item with optional badge
|
||||
- code refactoring
|
||||
|
||||
##### 2017.07.31
|
||||
- moved to [reactstrap](https://reactstrap.github.io/)
|
||||
- moved to [webpack](https://webpack.js.org/) (dropping gulp)
|
||||
- data driven Sidebar component (_nav.js)
|
||||
|
@ -1,29 +0,0 @@
|
||||
# React version
|
||||
|
||||
## Intro
|
||||
It uses Sass (with .scss). The style is loaded at the component level.
|
||||
|
||||
Dependencies can be handled by **npm**.
|
||||
|
||||
## Directories
|
||||
```
|
||||
React_Full_Project/
|
||||
├── src/ (js|jsx source)
|
||||
├── scss/ (scss source)
|
||||
├── public/ (html template)
|
||||
├── img/ (images)
|
||||
```
|
||||
|
||||
## Usage
|
||||
**npm i** - to install dependencies
|
||||
|
||||
## Sctipts
|
||||
**npm start** for developing (it runs webpack-dev-server)
|
||||
**npm run build** to run a dev build
|
||||
**npm run clean** to clean build dir
|
||||
**npm run dev** to run a dev build with watching filesystem for changes
|
||||
|
||||
## See also
|
||||
|
||||
[Changelog](./CHANGELOG.md)
|
||||
[Readme](./README.md)
|
@ -1,36 +0,0 @@
|
||||
# React version
|
||||
|
||||
## Intro
|
||||
|
||||
It uses Sass (with .scss). The style is loaded at the component level.
|
||||
|
||||
Dependencies can be handled by **npm**.
|
||||
|
||||
## Directories
|
||||
|
||||
```
|
||||
src (js|jsx source)
|
||||
scss (scss source)
|
||||
public (html template)
|
||||
public/img (images)
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
**npm i** - to install dependencies
|
||||
|
||||
## Sctipts
|
||||
|
||||
**npm start** for developing (it runs webpack-dev-server)
|
||||
|
||||
**npm run build** to run a dev build
|
||||
|
||||
**npm run clean** to clean build dir
|
||||
|
||||
**npm run dev** to run a dev build with watching filesystem for changes
|
||||
|
||||
|
||||
## See also
|
||||
|
||||
[Changelog](./CHANGELOG.md)
|
||||
[Readme](./README.md)
|
Loading…
Reference in New Issue
Block a user