-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed aurelia link for jspm and webpack
- Loading branch information
sridhar441
committed
Jan 2, 2020
1 parent
ad2ba8e
commit 9d8ba25
Showing
1 changed file
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -121,7 +121,8 @@ au run --watch | |
|
||
### With Webpack | ||
|
||
To configure your project with Webpack, follow the resources from Aurelia Docs: https://aurelia.io/docs/build-systems/webpack/. | ||
To configure your project with Webpack, follow the resources from Aurelia Docs: | ||
https://aurelia.io/docs/build-systems/webpack/. | ||
|
||
```bash | ||
git clone [email protected]:aurelia/skeleton-navigation.git | ||
|
@@ -202,7 +203,8 @@ npm run start | |
|
||
#### Installing aurelia-cli | ||
|
||
To configure your project with JSPM, follow the resources from Aurelia Docs: https://aurelia.io/docs/build-systems/jspm. | ||
To configure your project with JSPM, follow the resources from Aurelia Docs: | ||
https://aurelia.io/docs/build-systems/jspm. | ||
|
||
|
||
|
||
|