-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
56 changed files
with
42 additions
and
20 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
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
7 changes: 7 additions & 0 deletions
7
packages/generator-nitro/generators/app/templates/.eslintignore
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
config/ | ||
node_modules/ | ||
project/ | ||
public/ | ||
src/patterns/**/test/*.test.js | ||
src/views/ | ||
tests/ |
6 changes: 6 additions & 0 deletions
6
packages/generator-nitro/generators/app/templates/.eslintrc.js
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
module.exports = { | ||
'extends': '@namics/eslint-config/configurations/es8-browser.js', | ||
'rules': { | ||
'require-jsdoc': 'off', | ||
}, | ||
}; |
2 changes: 2 additions & 0 deletions
2
packages/generator-nitro/generators/app/templates/.stylelintignore
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
node_modules/ | ||
src/shared/base/reset/css/yui/reset.css |
1 change: 1 addition & 0 deletions
1
packages/generator-nitro/generators/app/templates/config/webpack/options.js
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
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
Binary file added
BIN
+30.5 KB
.../generator-nitro/generators/app/templates/public/content/size/16x9-1296x728.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+3.84 KB
...es/generator-nitro/generators/app/templates/public/content/size/16x9-136x76.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+5.43 KB
...s/generator-nitro/generators/app/templates/public/content/size/16x9-272x153.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+5.73 KB
...s/generator-nitro/generators/app/templates/public/content/size/16x9-312x175.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+6.81 KB
...s/generator-nitro/generators/app/templates/public/content/size/16x9-348x196.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+9.09 KB
...s/generator-nitro/generators/app/templates/public/content/size/16x9-430x286.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+9.9 KB
...s/generator-nitro/generators/app/templates/public/content/size/16x9-544x306.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+12 KB
...s/generator-nitro/generators/app/templates/public/content/size/16x9-624x350.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+12.4 KB
...s/generator-nitro/generators/app/templates/public/content/size/16x9-648x364.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+13 KB
...s/generator-nitro/generators/app/templates/public/content/size/16x9-696x392.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+20.3 KB
...s/generator-nitro/generators/app/templates/public/content/size/16x9-860x572.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+255 Bytes
packages/generator-nitro/generators/app/templates/public/content/size/1x1-100.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+3.76 KB
packages/generator-nitro/generators/app/templates/public/content/size/1x1-1200.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+4.22 KB
packages/generator-nitro/generators/app/templates/public/content/size/1x1-1496.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+460 Bytes
packages/generator-nitro/generators/app/templates/public/content/size/1x1-180.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+8.65 KB
packages/generator-nitro/generators/app/templates/public/content/size/1x1-1960.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+569 Bytes
packages/generator-nitro/generators/app/templates/public/content/size/1x1-230.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+12.9 KB
packages/generator-nitro/generators/app/templates/public/content/size/1x1-2880.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+637 Bytes
packages/generator-nitro/generators/app/templates/public/content/size/1x1-290.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+831 Bytes
packages/generator-nitro/generators/app/templates/public/content/size/1x1-320.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.11 KB
packages/generator-nitro/generators/app/templates/public/content/size/1x1-360.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+25 KB
packages/generator-nitro/generators/app/templates/public/content/size/1x1-3920.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.2 KB
packages/generator-nitro/generators/app/templates/public/content/size/1x1-460.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.63 KB
packages/generator-nitro/generators/app/templates/public/content/size/1x1-580.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.9 KB
packages/generator-nitro/generators/app/templates/public/content/size/1x1-640.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.88 KB
packages/generator-nitro/generators/app/templates/public/content/size/1x1-760.png
Oops, something went wrong.
Binary file added
BIN
+3.33 KB
packages/generator-nitro/generators/app/templates/public/content/size/1x1-960.png
Oops, something went wrong.
Binary file added
BIN
+26.1 KB
...s/generator-nitro/generators/app/templates/public/content/size/3x2-1199x799.png
Oops, something went wrong.
Binary file added
BIN
+40.6 KB
.../generator-nitro/generators/app/templates/public/content/size/3x2-1534x1022.png
Oops, something went wrong.
Binary file added
BIN
+61.5 KB
.../generator-nitro/generators/app/templates/public/content/size/3x2-1982x1322.png
Oops, something went wrong.
Binary file added
BIN
+68 KB
.../generator-nitro/generators/app/templates/public/content/size/3x2-2048x1365.png
Oops, something went wrong.
Binary file added
BIN
+85.1 KB
.../generator-nitro/generators/app/templates/public/content/size/3x2-2398x1598.png
Oops, something went wrong.
Binary file added
BIN
+216 KB
.../generator-nitro/generators/app/templates/public/content/size/3x2-4096x2730.png
Oops, something went wrong.
Binary file added
BIN
+8.82 KB
...es/generator-nitro/generators/app/templates/public/content/size/3x2-479x319.png
Oops, something went wrong.
Binary file added
BIN
+14.4 KB
...es/generator-nitro/generators/app/templates/public/content/size/3x2-767x511.png
Oops, something went wrong.
Binary file added
BIN
+21.8 KB
...es/generator-nitro/generators/app/templates/public/content/size/3x2-958x638.png
Oops, something went wrong.
Binary file added
BIN
+20.3 KB
...es/generator-nitro/generators/app/templates/public/content/size/3x2-991x661.png
Oops, something went wrong.
3 changes: 3 additions & 0 deletions
3
...ator-nitro/generators/app/templates/src/patterns/atoms/icon/img/icons/arrow.svg
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
...ator-nitro/generators/app/templates/src/patterns/atoms/icon/img/icons/check.svg
Oops, something went wrong.
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
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 |
---|---|---|
|
@@ -7,6 +7,8 @@ | |
"icon": { | ||
"description": "The short name of the icon", | ||
"enum": [ | ||
"check", | ||
"arrow", | ||
"nitro" | ||
] | ||
} | ||
|
2 changes: 2 additions & 0 deletions
2
.../generator-nitro/generators/app/templates/src/patterns/molecules/example/css/example.scss
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
2 changes: 2 additions & 0 deletions
2
...ro/generators/app/templates/src/patterns/molecules/example/css/modifier/example-blue.scss
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
2 changes: 1 addition & 1 deletion
2
...-nitro/generators/app/templates/src/patterns/molecules/example/template/example.links.hbs
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{{#each links}} | ||
{{> example.link}} | ||
{{> partial/example.link}} | ||
{{/each}} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
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