I try to run skeleton-navigation-typescript -vs on my windows computer, but it fails - I only see the welcome screen, and there is a message in the developer tools:
http: // localhost: 9000 / dist / main.js Failed to load the resource: the server responded with a status of 404
I do everything from documents - step by step. http://aurelia.io/docs.html#/aurelia/framework/1.0.0-beta.1.0.8/doc/article/a-production-setup .
When I check the Chrome developer tools on the Sources tab, there is only css, jspm_packages, lib and index.html - there is no dist distribution.
Is this working sample? What am I doing wrong?
index.html, . index.html :
index.html
<body aurelia-app="main">
:
<body aurelia-app>
aurelia-app, js . http://aurelia.io/docs.html#/aurelia/framework/1.0.0-beta.1.0.8/doc/article/app-configuration-and-startup
aurelia-app
main.js src, :
export function configure(aurelia) { aurelia.use .standardConfiguration() .developmentLogging(); aurelia.start().then(() => aurelia.setRoot()); }
gulp -watch , .
Source: https://habr.com/ru/post/1626323/More articles:Could not detect user level level annotation in Spring AOP - javaРамка GTL для Google Диска, dyld: библиотека не загружена: @loader_path/../Frameworks/GTL.framework/GTL - iosUnit Test Angular Form Validation Using $ validators - angularjsBouncing divisions in place? - jquerybox that does not overlap the action bar - androidGetting or attaching an object - c #Aurelia npm installation: tons of "gyp ERR" - javascriptHow to use a variable name to call a class? - phpAndroid MediaPlayer video streaming setSurface jump back - androidWait 5 seconds in the universal app - c #All Articles