Skip to content

Commit

Permalink
Refactor basic structure
Browse files Browse the repository at this point in the history
  • Loading branch information
apertureless committed Jul 3, 2016
1 parent a428b51 commit 3095684
Show file tree
Hide file tree
Showing 19 changed files with 17 additions and 17 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,27 +72,27 @@ export default {

### Bar Chart

![Bar](src/assets/bar.png)
![Bar](assets/bar.png)

### Line Chart

![Line](src/assets/line.png)
![Line](assets/line.png)

### Doughnut

![Doughnut](src/assets/doughnut.png)
![Doughnut](assets/doughnut.png)

### Pie

![Pie](src/assets/pie.png)
![Pie](assets/pie.png)

### Radar

![Pie](src/assets/radar.png)
![Pie](assets/radar.png)

### Polar Area

![Pie](src/assets/polar.png)
![Pie](assets/polar.png)

## Todo

Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
4 changes: 1 addition & 3 deletions build/webpack.base.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ var projectRoot = path.resolve(__dirname, '../')

module.exports = {
entry: {
app: './src/main.js'
app: './src/index.js'
},
output: {
path: config.build.assetsRoot,
Expand All @@ -17,8 +17,6 @@ module.exports = {
fallback: [path.join(__dirname, '../node_modules')],
alias: {
'src': path.resolve(__dirname, '../src'),
'assets': path.resolve(__dirname, '../src/assets'),
'components': path.resolve(__dirname, '../src/components'),
'BaseCharts': path.resolve(__dirname, '../src/BaseCharts')
}
},
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 10 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
"version": "1.0.0",
"description": "Vue wrapper for chart.js",
"author": "Jakub Juszczak <[email protected]>",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]:apertureless/vue-chartjs.git"
},
"keywords": [
"ChartJs",
"Vue",
"Visualisation",
"Wrapper"
],
"private": true,
"main": "src/index.js",
"scripts": {
Expand Down
8 changes: 0 additions & 8 deletions src/main.js

This file was deleted.

Empty file removed static/.gitkeep
Empty file.

0 comments on commit 3095684

Please sign in to comment.