-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No one maintain this project anymore ? #397
Comments
Project demo page says "This site is suspended " 😢 |
https://vue-vuex-realworld.netlify.com/#/ not .app not sure why someone changed it |
@thinh105 is it working for you ? |
Updated: it loaded from the cache. if I open in incognito, it shows 'site is suspended' as you guys point out, |
@thinh105 I tried using Firefox, Brave browser and Chrome. I get "This site is suspended" everywhere 😢 From <!DOCTYPE html>
<html>
<head>
<title>Suspended site</title>
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
background: rgb(14, 30, 37);
color: rgba(255, 255, 255, .7);
overflow: hidden;
margin: 0;
}
h1 {
font-size: 22px;
}
.wrapper {
display: flex;
justify-content: center;
align-items: center;
width: 100vw;
height: 100vh;
}
h1 svg {
position: relative;
top: 3px;
}
</style>
</head>
<body>
<div class="wrapper">
<h1>
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 16 16">
<path fill="rgba(255, 255, 255, .7)" d="M7.32283581,2.38084737 L1.1033431,12.8646462 C0.964872768,13.0994562 0.965601127,13.3882972 1.105254,13.6224431 C1.24490688,13.8565891 1.50228569,14.0004977 1.78050731,13.9999987 L14.2194927,13.9999987 C14.4977143,14.0004977 14.7550931,13.8565891 14.894746,13.6224431 C15.0343989,13.3882972 15.0351272,13.0994562 14.8966569,12.8646462 L8.67195525,2.38084737 C8.52724559,2.13540038 8.25409089,1.98880958 7.96353732,2.00066887 C7.69718271,2.01236651 7.4554747,2.15579084 7.32283581,2.38084737 Z M8.00000001,5.33381373 C8.36823065,5.33381373 8.66674629,5.63228019 8.66674629,6.0004427 L8.50005972,9.00028141 C8.50005972,9.27639913 8.27617299,9.50025314 8.00000001,9.50025314 C7.72382536,9.50025314 7.49994029,9.27639913 7.49994029,9.00028141 L7.33325372,6.0004427 C7.33325372,5.63228019 7.6317677,5.33381373 8.00000001,5.33381373 Z M8.00000001,10.3335394 C8.46029164,10.3335394 8.83343287,10.7066183 8.83343287,11.1668256 C8.83343287,11.6270329 8.46029164,12.0001118 8.00000001,12.0001118 C7.53970838,12.0001118 7.16656715,11.6270329 7.16656715,11.1668256 C7.16656715,10.7066183 7.53970838,10.3335394 8.00000001,10.3335394 Z"/>
</svg>
This site is suspended
</h1>
</div>
</body>
</html> Anyway - I'll try running this locally. |
Same for me - "site is supended". @thinh105 maybe caching somewhere (locally/on some of the network layers?) |
Yes, it loaded from the cache. if I open in incognito, it shows 'site is suspended' as you guys point out, |
I would recommend that you check out the Vue 3 version which seems to be more actively maintained: |
Thanks, love to move to Vue 3 |
I saw a lot of Pull Requests that fix some bugs, update something news but still, no accept.
Is that mean this project was kind of out-dated?
So any advice for newbies when we trying to learn about this project,
Thanks,
PS: Sorry, I'm new in the town and don't know much about GitHub and Vue, just asking,
The text was updated successfully, but these errors were encountered: