Skip to content
This repository was archived by the owner on Oct 5, 2019. It is now read-only.

Commit 9c34714

Browse files
committed
Deprecate
1 parent 5939c1b commit 9c34714

File tree

4 files changed

+11
-58
lines changed

4 files changed

+11
-58
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 2 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,5 @@
11
<!--
2-
READ THIS BEFORE POSTING ISSUE:
2+
This repository is DEPRECATED!
33
4-
Please, don't ask questions on GitHub! Do you want to ask a question? Are you looking for support? The Framework7 forum (http://forum.framework7.io) and Stack Overflow (http://stackoverflow.com/questions/tagged/framework7) are the best places for getting support
5-
6-
- If the issue is about Framework7 v1 then it is more likely it will be closed because v1 is not maintained anymore
7-
- If the issue is related to Swiper, then please open it in Swiper repository at https://github.com/nolimits4web/Swiper
8-
- If the issue is related to Dom7, then please open it in Dom7 repository at https://github.com/nolimits4web/Dom7
9-
- If the issue is related to Template7, then please open it in Dom7 repository at https://github.com/nolimits4web/Template7
4+
This repo is deprecated and not mainted any more. Framework7-Vue development moved to main https://github.com/framework7io/framework7. Please, don't open new issues and don't send any PRs to this repository
105
-->
11-
12-
This is a (multiple allowed):
13-
* [x] bug
14-
* [ ] enhancement
15-
* [ ] feature-discussion (RFC)
16-
17-
* Framework7 Version: EXACT RELEASE VERSION OR COMMIT HASH, HERE.
18-
* Framework7-Vue Version: EXACT RELEASE VERSION OR COMMIT HASH, HERE.
19-
* Platform and Target: PLATFORM CLIENT YOU ARE TARGETING SUCH AS CORDOVA, IOS, ANDROID, ETC.
20-
* Live Link or JSFiddle: PREFERABLY _(IF YOU WANT YOUR ISSUE TO BE RESOLVED ASAP)_. You can start from forking the following JSFiddle template: [JSFiddle](https://jsfiddle.net/nolimits4web/jcwzqovz/)
21-
22-
### What you did
23-
EXPLAIN WHAT YOU DID, PREFERABLY WITH CODE EXAMPLES, HERE.
24-
25-
### Expected Behavior
26-
EXPLAIN WHAT IS TO BE EXPECTED, HERE.
27-
28-
### Actual Behavior
29-
EXPLAIN WHAT IS ACTUALLY HAPPENING, HERE.
30-
31-
P.S. Remember, an issue is not the place to ask questions. You can use [Stack Overflow](http://stackoverflow.com/questions/tagged/framework7)
32-
for that or join the #framework7 channel on irc.freenode.net, where we will be more
33-
than happy to help answer your questions.
34-
35-
Before you open an issue, please check if a similar issue already exists or has been closed before.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature request, be sure to link to that issue.
1+
<!--
2+
This repository is DEPRECATED!
23
3-
The best way to propose a feature is to open an issue first and discuss your ideas there before implementing them.
4-
5-
Always follow the [contribution guidelines](https://github.com/framework7io/framework7-vue/blob/master/.github/CONTRIBUTING.md) when submitting a pull request.
4+
This repo is deprecated and not mainted any more. Framework7-Vue development moved to main https://github.com/framework7io/framework7. Please, don't open new issues and don't send any PRs to this repository
5+
-->

README.md

Lines changed: 4 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<a href="https://www.patreon.com/vladimirkharlampidi"><img src="https://cdn.framework7.io/i/support-badge.png" height="20"></a>
2-
[![devDependency Status](https://david-dm.org/framework7io/framework7-vue/dev-status.svg)](https://david-dm.org/framework7io/framework7-vue#info=devDependencies)
3-
[![Greenkeeper badge](https://badges.greenkeeper.io/framework7io/framework7-vue.svg)](https://greenkeeper.io/)
2+
3+
# ⛔️ DEPRECATED
4+
5+
<em>**This repo is deprecated and not mainted any more. Framework7-Vue development moved to main [Framework7 repository](https://github.com/framework7io/framework7). Please, don't open new issues and don't send any PRs to this repository**</em>
46

57
# Framework7 Vue
68

@@ -13,22 +15,3 @@ Framework7 Vue combines power and simplicity of great Vue.js framework with flex
1315
* [Initialize App](http://framework7.io/vue/init-app.html)
1416
* [Navigation Router](http://framework7.io/vue/navigation-router.html)
1517

16-
## Kitchen Sink
17-
18-
Install Dependencies
19-
```
20-
$ npm i
21-
```
22-
23-
Start Kitchen Sink:
24-
```
25-
$ npm run dev
26-
```
27-
28-
## Docs
29-
30-
Documentation available at http://framework7.io/vue/
31-
32-
## v1
33-
34-
If you are looking previous Framework7-Vue version that works with Framework7 v1 check the [v1 branch](https://github.com/framework7io/framework7-vue/tree/v1).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "framework7-vue",
33
"version": "2.3.0",
4-
"description": "Build full featured iOS & Android apps using Framework7 & Vue",
4+
"description": "⛔️ DEPRECATED! Build full featured iOS & Android apps using Framework7 & Vue",
55
"main": "dist/framework7-vue.js",
66
"jsnext:main": "dist/framework7-vue.esm.js",
77
"module": "dist/framework7-vue.esm.js",

0 commit comments

Comments
 (0)