aurelia / documentation

The documentation for Aurelia.
MIT License
105 stars 111 forks source link

Troubleshooting pages #448

Open baerrach opened 4 years ago

baerrach commented 4 years ago

So you've finished reading the documentation and ready to get cracking on your Aurelia app, but when you get started your making stupid newbie mistakes. Where do you get the answers to those questions?

Currently there isn't anything that lists problems, how to troubleshoot and then resolve them.

The page Guides > Troubleshooting should exist listing common problems.

If possible, tooling support should be built to make the Troubleshooting page obsolete. That's possibly eslint or additional Aurelia development time behaviours.

Is there a preference? eslint would give you IDE warnings before you try running your code. Aurelia development behaviour would give you in app feedback.

If possible this should work for v1 and vNext.

bigopon commented 4 years ago

I always fell like its missjng something while answering the same several questions over and over. I think it is this one, a troubleshooting page 😀

We can start by aggregating a few common q found in discourses.

@EisenbergEffect