Skip to content

Commit

Permalink
feat: remove Vue and Svelte components (#40)
Browse files Browse the repository at this point in the history
* Deleted Vue and Svelte

* comma deleted

* text in readme changed + went back changes in CHANGECLOG
  • Loading branch information
Lexandrina90 committed Jun 26, 2023
1 parent d53b675 commit 9850bf7
Show file tree
Hide file tree
Showing 48 changed files with 9 additions and 1,826 deletions.
83 changes: 0 additions & 83 deletions .github/ISSUE_TEMPLATE/atropos_svelte_issue.yml

This file was deleted.

83 changes: 0 additions & 83 deletions .github/ISSUE_TEMPLATE/atropos_vue_issue.yml

This file was deleted.

4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,6 @@ dist
# https://nextjs.org/blog/next-9-1#public-directory-support
# public

# vuepress build output
.vuepress/dist

# Serverless directories
.serverless/
Expand All @@ -109,12 +107,10 @@ build/*.less
build/*.scss
build/**/*.js
build/**/*.ts
build/**/*.svelte
build/*.map
package/*.css
package/*.less
package/*.scss
package/**/*.js
package/**/*.ts
package/**/*.svelte
package/**/*.map
3 changes: 1 addition & 2 deletions .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,5 @@
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "all",
"useTabs": false,
"vueIndentScriptAndStyle": false
"useTabs": false
}
5 changes: 1 addition & 4 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
{
"editor.formatOnSave": true,
"eslint.enable": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"[svelte]": {
"editor.defaultFormatter": "svelte.svelte-vscode"
}
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

Atropos is a lightweight, free and open-source JavaScript library to create stunning touch-friendly 3D parallax hover effects.

Available for JavaScript, React and Vue.js
Available for JavaScript, React and as a Web Component

## Community

Expand Down Expand Up @@ -40,12 +40,11 @@ The result is available in `build/` folder.

### Running demos:

All demos located in `./playground` folder. There you will find Core (HTML, JS), React, Vue, Svelte and Angular versions.
All demos located in `./playground` folder. There you will find Core (HTML, JS), React and Angular versions.
To open demo, run:

- **Core**: `npm run core`
- **React**: `npm run react`
- **Vue**: `npm run vue`

### Production Build

Expand Down
2 changes: 1 addition & 1 deletion TODO.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
- core typings
- react typings
- vue typings?

1 change: 0 additions & 1 deletion build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"./esm/browser": "./react/atropos.esm.browser.js",
"./esm/browser/min": "./react/atropos.esm.browser.min.js",
"./react": "./react/atropos-react.esm.js",
"./vue": "./vue/atropos-vue.esm.js",
"./atropos.js": "./atropos.js",
"./atropos.min.js": "./atropos.min.js",
"./atropos.css": "./atropos.css",
Expand Down
8 changes: 0 additions & 8 deletions build/svelte/package.json

This file was deleted.

8 changes: 0 additions & 8 deletions build/vue/package.json

This file was deleted.

Loading

0 comments on commit 9850bf7

Please sign in to comment.