|
Before Width: | Height: | Size: 9.2 KiB After Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 6.2 KiB |
|
Before Width: | Height: | Size: 4.0 KiB After Width: | Height: | Size: 7.9 KiB |
|
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 9.9 KiB |
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 2.7 KiB |
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 3.4 KiB |
|
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 9.9 KiB |
|
Before Width: | Height: | Size: 799 B After Width: | Height: | Size: 555 B |
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 7.9 KiB |
|
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 11 KiB |
@@ -18,7 +18,6 @@ INITIAL TESTING NOTES:
|
|||||||
- Looks essentially identical on each!!!!
|
- Looks essentially identical on each!!!!
|
||||||
|
|
||||||
TODO after testing on devops:
|
TODO after testing on devops:
|
||||||
- Localize Welcome to AyaNova
|
|
||||||
- change PWA icon to ayanova one (graphics using VUE default so add to home screen shows VUE logo still)
|
- change PWA icon to ayanova one (graphics using VUE default so add to home screen shows VUE logo still)
|
||||||
- Grid is nice and swipeable with touch
|
- Grid is nice and swipeable with touch
|
||||||
- Checkboxes take up too much space to their right eating up valuable real-estate
|
- Checkboxes take up too much space to their right eating up valuable real-estate
|
||||||
|
|||||||
@@ -183,6 +183,15 @@ POTENTIALLY USEFUL VUE / GENERAL COMPONENTS AND PLUGINS
|
|||||||
### DEPLOY TO DIGITAL OCEAN TEST SERVER
|
### DEPLOY TO DIGITAL OCEAN TEST SERVER
|
||||||
|
|
||||||
- PUBLISH:
|
- PUBLISH:
|
||||||
|
CLIENT
|
||||||
|
- Clean out the last build in the server wwwRoot folder at: C:\data\code\raven\server\AyaNova\wwwroot
|
||||||
|
- Delete all but the \docs subfolder that contains the AyaNova manual unless planning on rebuilding that as well
|
||||||
|
- Go to client folder: C:\data\code\raven\app\ayanova
|
||||||
|
- Run npm run build
|
||||||
|
- Copy build from C:\data\code\raven\app\ayanova\dist to server wwwRoot folder: C:\data\code\raven\server\AyaNova\wwwroot
|
||||||
|
|
||||||
|
SERVER
|
||||||
|
- Make sure docs are built, use makedocs batch file which will build and put in wwwRoot folder
|
||||||
- Make sure updated version number first!!
|
- Make sure updated version number first!!
|
||||||
- Need to be in C:\data\code\raven\server\AyaNova\
|
- Need to be in C:\data\code\raven\server\AyaNova\
|
||||||
- Then run command:
|
- Then run command:
|
||||||
|
|||||||