Skip to content

Commit 8f6bfaa

Browse files
authored
Merge pull request #26 from vegarringdal/new_loader
chore(sample)
2 parents 49f424c + 2df63ee commit 8f6bfaa

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+513
-31597
lines changed

sample/.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1+
# Dependency directories
12
node_modules
3+
4+
#fusebox cache
25
.fusebox
3-
bundle
46

7+
dist/*

sample/.vscode/extensions.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"recommendations": [
3+
"eg2.tslint",
4+
"HookyQR.beautify",
5+
"joelday.docthis",
6+
"pflannery.vscode-versionlens",
7+
"hnw.vscode-auto-open-markdown-preview"
8+
]
9+
}

sample/.vscode/launch.json

Lines changed: 0 additions & 23 deletions
This file was deleted.

sample/.vscode/settings.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
// Place your settings in this file to overwrite default and user settings.
2+
{
3+
"typescript.tsdk": "node_modules/typescript/lib"
4+
}

sample/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2017 vegar ringdal
3+
Copyright (c) 2017 Fusebox Community
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

sample/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
# aurelia-fusebox-test
1+
# fuse-box-aurelia-seed
22

3-
# info
4-
* Added plugin with custom html/attributes to test that it loads
5-
6-
#Install:
3+
## How to install:
74
```npm install```
85

9-
#run
10-
```node fuse```
6+
## How to run:
7+
```npm run start```
8+
9+
## Live Demo:
10+
[live sample](https://fuse-box.github.io/fuse-box-aurelia-seed/)
1111

12-
#demo
13-
https://vegarringdal.github.io/aurelia-fusebox-test/
12+
## Loader used:
13+
[fuse-box-aurelia-loader](https://github.com/fuse-box/fuse-box-aurelia-loader)

sample/build/FB_app.js

Lines changed: 0 additions & 57 deletions
This file was deleted.

sample/build/FB_aurelia-framework.js

Lines changed: 0 additions & 20 deletions
This file was deleted.

sample/build/FB_aurelia-v-grid.js

Lines changed: 0 additions & 38 deletions
This file was deleted.

sample/build/FB_fuse-box-aurelia-loader.js

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)