Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
teobais committed Jan 18, 2022
1 parent f351958 commit f938b3d
Show file tree
Hide file tree
Showing 12 changed files with 27,726 additions and 1 deletion.
23 changes: 23 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
.DS_Store
node_modules
/dist


# local env files
.env.local
.env.*.local

# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*

# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
40 changes: 39 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,39 @@
# percircle-vue
# percircle-vue
> CSS percentage circle built with Vue.js
> This project is a port of [percirle](https://teobais.github.io/percircle)
<!-- TODO #[Demo](https://teobais.github.io/percircle-vue) -->

# WIP - Porting checklist
- [x] Initial import from percircle
- [x] Functionality works as expected
- [ ] Minor porting issues like README are up for grabs in the Issues section

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Lints and fixes files
```
npm run lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).

### Maintainers
[<img alt="teobais" src="https://avatars2.githubusercontent.com/u/5684688?v=4&s=117 width=117">](https://github.com/teobais) | [<img alt="miller-kevin" src="https://avatars.githubusercontent.com/u/50149901?v=4&s=117 width=117">](https://github.com/miller-kevin)
:---:|:---:|
[teobais](https://github.com/teobais)|[miller-kevin](https://github.com/miller-kevin)|
5 changes: 5 additions & 0 deletions babel.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module.exports = {
presets: [
'@vue/cli-plugin-babel/preset'
]
}
Loading

0 comments on commit f938b3d

Please sign in to comment.