0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Aureliaのskeleton-navigationの備忘録

Posted at

Aureliaのnavigation-skeleton環境構築でつまづいたの備忘録。

対象バージョンはskeleton-navigation-0.16.2

手順

READMEに沿って行った。
*ただし、この手順では動かず。Get Startedが一部正しい。

# gulp
$ npm install \-g gulp
# jspm
# READMEの場合
$ npm install \-g jspm
# Get Startedの場合
$ npm install -g jspm@beta

実行した時に、READMEのinstallパッケージだとhttp://localhost:9000/dist/mainが見つからないって怒られる。
実際、dist配下にmainディレクトリはできていないんだけど。

Get Startedの場合は正常に動作する。

jspmのinstallの後は手順通り・・・

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?