The Wayback Machine - https://web.archive.org/web/20200131180219/https://github.com/topics/spa
Skip to content
#

spa

aurelia logo

Aurelia is a next generation JavaScript client framework that leverages simple conventions to empower your creativity.

Here are 2,045 public repositories matching this topic...

pgromanov
pgromanov commented Dec 10, 2019

Is there a reference somewhere of how all of the components included hang together, how each of them is structured internally and how they communicate to each other - UML or any other sort of diagrammed/detailed description?

I have it deployed fine, it all works as far as that part goes, but it would be much easier to get into the detail by following some documentation than to figure it all o

MikeKovarik
MikeKovarik commented Mar 9, 2019

I'm submitting a feature request

  • Library Version:
    aurelia-script 1.3.1

Current behavior:
If you make a typo, or on this case I forgot to add async to a function, you get a long but useless stacktrace pointing to inside of aurelia but nowhere in the stack trace does it give me any clue of what view, class, file is at fault. I've had this issue for years, ever since Aurelia w

JayChew
JayChew commented Aug 14, 2019

中文用户注意:

  1. 尽量用英文描述你的 issue
  2. 不要把内容堆彻在标题上,逻辑清晰地写在内容区
  3. 贴代码要提前格式化好,有颜色高亮那种,贴文本,不要贴图片
  4. 提问题前,必须仔细阅读 REMADE.md + 在已关闭的问题中寻找与自身相关的问题,90% 的可能它已经被解决
  5. 如果无法做到提一个合格、优秀的问题,则问题会被 close + block

BUG REPORT TEMPLATE

Vue.js version and component version

Reproduction Link

  • A minimal JSBin, JSFiddle, Codepen, or a GitHub repository that can reproduce the bug.
  • You coul
bojanvidanovic
bojanvidanovic commented Sep 27, 2019

When a webpage is loaded, I can navigate seamlessly through all my links. The problem presents when I start using the back button to get back to the initial page which reloads the website.

Steps to reproduce

This is present in one of your examples: Email example. If you click on one of the emails and then use the back button, it will reload the webs

fabien-michel
fabien-michel commented Oct 30, 2019

XML files are HTML'ized by chrome headless. Which means that the result is not the original xml. It is a problem with sitemap.xml which need to stay in XML format (for google bot to index it). As this is a common issue I suggest to add this to configuration example:

filters:
    userAgent:
        defaultPolicy: blacklist
        exceptions:
            keywords:
                -
grahammendick
grahammendick commented May 2, 2018

I'm submitting a ...

  • bug report
  • feature request
  • other (Please do not submit support requests here (below))

The Router Challenge aims to be to Routers what TodoMVC is to MV* frameworks. It offers the same Music Catalog application built in React using different Routers. For it to be succe

jvega
jvega commented May 29, 2018

I found this option in the bundle but I don't find any doc

Exists a better way to set this option ...

const promise = ({ apiFetch }) => {
	return apiFetch('resources')
}
const bundle = createAsyncResourceBundle({
	name: 'resource',
	getPromise: promise
})
bundle.doFetchResource =() => args => {
	const { dispatch } = args
	dispatch({ type: 'RESOURCE_FETCH_STARTED' })
	return 
stilez
stilez commented Jun 1, 2018

The docs state that fwknop supports pf on OpenBSD, and ipfw on FreeBSD.

But popular FreeBSD setups often use pf not ipfw. (eg, pfSense for which issue #130 is logged).

Can fwknop be made to also support pf on FreeBSD as well, or, if it does already, can the docs be updated to say so?

Notes:

  1. This issue probably blocks #130.
  2. If fwknop is compatible with pf on FreeBSD, or becomes c

Created by Rob Eisenberg

Released July 2016

Repository
aurelia/aurelia
Website
aurelia.io
Wikipedia
Wikipedia

Related Topics

angular durandal ember
You can’t perform that action at this time.