yarn create nuxt-app <project-name>
yarn add nuxt @nuxt/http @nuxt/content @nuxt/pwa @nuxt/axios @nuxtjs/sitemap
yarn add vue-google-charts
| #!/bin/bash | |
| # Source: http://toomuchdata.com/2012/06/25/how-to-install-python-2-7-3-on-centos-6-2/ | |
| # Install stuff # | |
| ################# | |
| # Install development tools and some misc. necessary packages | |
| yum -y groupinstall "Development tools" | |
| yum -y install zlib-devel # gen'l reqs |
| for file in *.pdf; | |
| do; | |
| $(gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/ebook -dNOPAUSE -dQUIET -dBATCH -sOutputFile=c-$file $file); | |
| echo "PROCESSED : $file"; | |
| done |
| *** Settings *** | |
| Documentation Robot Framework test script | |
| Library SSHLibrary | |
| *** Variables *** | |
| ${host} 192.168.120.141 | |
| ${username} root | |
| ${password} ${EMPTY} | |
| ${alias} remote_host_1 |
yarn create vuepress [directoryName]
yarn add -D markdown-it-container markdown-it-footnote markdown-it-deflist
markdown-it-emoji markdown-it-mark markdown-it-abbr markdown-it-sub markdown-it-sup markdown-it-ins
@dovyp/vuepress-plugin-clipboard-copy vuepress-plugin-social-share @vuepress/plugin-blog
| { | |
| // Use IntelliSense to learn about possible attributes. | |
| // Hover to view descriptions of existing attributes. | |
| // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 | |
| "version": "0.2.0", | |
| "configurations": [ | |
| { | |
| "type": "node", | |
| "request": "launch", | |
| "name": "api->sendQuery", |