-
-
Notifications
You must be signed in to change notification settings - Fork 42
Update to use npm vite #385
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Changes from all commits
0b3a3ef
57fe287
cfe32cf
35f7779
4896a7e
262db8f
1ed0432
25e4dab
5f1d5d1
d380da2
b7367c6
0bc0a1b
cdc69a8
2bcfc8c
5376c39
82daeb8
427ddf0
5eea334
81560a1
5fa1906
4856395
9e4b7aa
88f0172
8b6e5e9
1069b04
c31cdce
6f44cb7
cedd1e5
7f603d3
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @tksheppard why was this file deleted? This is used for the GitHub issue template (which should still be valid). |
This file was deleted.
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @tksheppard why was this file deleted? This is used for the GitHub issue template (which should still be valid). |
This file was deleted.
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @tksheppard why was this file deleted? This is used for the GitHub issue template (which should still be valid). |
This file was deleted.
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @tksheppard why was this file deleted? This is used for the GitHub issue template (which should still be valid). |
This file was deleted.
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @tksheppard why was this file deleted? This is used for the GitHub pull request template (which should still be valid). |
This file was deleted.
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @tksheppard why was this file deleted? This is used the GitHub Actions CI build. |
This file was deleted.
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @tksheppard is there a reason why this file name changed? I am not sure if GitHub supports it with this naming. GitHub has a feature to auto-detect the LICENSE file and display the correct license type in other areas of the GitHub repo UI. |
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @tksheppard why was this file deleted? This GitHub repo needs a |
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,23 +1,37 @@ | ||
| [](https://www.nvquicktheme.com) | ||
|
|
||
| [](https://github.com/nvisionative/nvQuickTheme/actions/workflows/build.yml) | ||
|
|
||
| [](https://sonarcloud.io/summary/new_code?id=nvisionative_nvQuickTheme) | ||
|
|
||
| [](https://sonarcloud.io/summary/new_code?id=nvisionative_nvQuickTheme) [](https://sonarcloud.io/summary/new_code?id=nvisionative_nvQuickTheme) [](https://sonarcloud.io/summary/new_code?id=nvisionative_nvQuickTheme) [](https://sonarcloud.io/summary/new_code?id=nvisionative_nvQuickTheme) [](https://sonarcloud.io/summary/new_code?id=nvisionative_nvQuickTheme) [](https://sonarcloud.io/summary/new_code?id=nvisionative_nvQuickTheme) [](https://sonarcloud.io/summary/new_code?id=nvisionative_nvQuickTheme) [](https://sonarcloud.io/summary/new_code?id=nvisionative_nvQuickTheme) | ||
|
|
||
| **nvQuickTheme** is more than just a great minimalist DNN (DotNetNuke) theme. It is a powerful theme building framework and developer workflow. This "starter solution" was made with developer efficiency and the ultimate DNN theme performance in mind. Most DNN themes in the marketplace today are loaded with bloat, which can make theming a pain, and for someone new to DNN, almost impossible. Our [documentation](https://nvisionative.github.io/nvQuickTheme/) will outline basic usage, modification, and advanced usage of this framework and developer workflow. | ||
|
|
||
| Are you tired of spending countless hours trying to squeeze every ounce of performance out of your DNN themes, just so you can rank better on *Google PageSpeed Insights*? How are your scores? Have you broken the **80s for Desktop** or the **60s for Mobile**? You have probably discovered by now that it is very tough to accomplish this on a DNN site. | ||
|
|
||
| Well, the search is over! Utilizing **nvQuickTheme**, you can rest assured that you are doing everything you possibly can within the context of the theme to achieve stellar scores. As a matter of fact, the [nvQuickTheme website](https://www.nvquicktheme.com), which of course is running nvQuickTheme, scores **100/100 (Desktop)** and **89/100 (Mobile)**. Yes, you read that correctly. If you don't believe us, please feel free to [analyze it yourself](https://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%2Fwww.nvquicktheme.com%2F&tab=desktop)! | ||
| Well, the search is over! Utilizing **nvQuickTheme**, you can rest assured that you are doing everything you possibly can within the context of the theme to achieve stellar scores. As a matter of fact, the [nvQuickTheme website](http://www.nvquicktheme.com), which of course is running nvQuickTheme, scores **100/100 (Desktop)** and **89/100 (Mobile)**. Yes, you read that correctly. If you don't believe us, please feel free to [analyze it yourself](https://developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2Fwww.nvquicktheme.com%2F&tab=desktop)! | ||
|
|
||
| ## Background | ||
|
|
||
| There have been many ways to develop DNN themes over the years. Some start from scratch using pure HTML with the [TOKEN] based model provided by DNN. Others, especially more hardcore developers, start with ASP.NET Web User Controls (instead of pure HTML). All end up using some shape, form, fashion or flavor of Cascading Style Sheets (CSS) and Javascript (JS). | ||
|
|
||
| Some work with a manual workflow, editing flat files with their favorite code/text editor and wiring everything up "old school". Others use a fully Integrated Development Environment (IDE), like Visual Studio. Many even use the famous Christoc Visual Studio Templates for building out themes in a more structured way. Yet others develop their own unique workflows that best suit their particular use case. | ||
|
|
||
| The [nvisionative](https://www.nvisionative.com) team has been working in the DNN ecosystem since its inception and has seen all sorts of approaches for custom and commercial themes alike. A large majority of these themes are bloated with all sorts of widgets, 3rd party components, bells, whistles, etc. Given the great depth of experience over the years, our team has identified so many ways to resolve issues in and improve DNN themes. From **best practices** to HUGE **performance enhancements**, there have been so many lessons learned. Now it is time give back to this great community that has provided so much to us. | ||
| The [nvisionative](http://www.nvisionative.com) team has been working in the DNN ecosystem since its inception and has seen all sorts of approaches for custom and commercial themes alike. A large majority of these themes are bloated with all sorts of widgets, 3rd party components, bells, whistles, etc. Given the great depth of experience over the years, our team has identified so many ways to resolve issues in and improve DNN themes. From **best practices** to HUGE **performance enhancements**, there have been so many lessons learned. Now it is time give back to this great community that has provided so much to us. | ||
|
|
||
| ## Documentation | ||
| [Learn How To Use nvQuickTheme](https://nvisionative.github.io/nvQuickTheme/) | ||
|
|
||
| ## Video Series | ||
| ### Intro | ||
| [](https://www.youtube.com/watch?v=-w0qSTZfBUU) | ||
|
|
||
| ### Project Setup | ||
| [](https://www.youtube.com/watch?v=7UhpbUaeFQc) | ||
|
|
||
| ### Color Scheme | ||
| [](https://www.youtube.com/watch?v=o1XW3e8JKfw) | ||
| [](https://www.youtube.com/watch?v=o1XW3e8JKfw) | ||
|
|
||
| --- | ||
| [](http://www.nvisionative.com) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tksheppard why was this file deleted? This is used for GitHub Sponsors.