All Projects → ernestii → vuelibs.org

ernestii / vuelibs.org

Licence: other
A list of Vue.js libraries and plugins based on the Awesome-Vue repo

Programming Languages

javascript
184084 projects - #8 most used programming language
Vue
7211 projects
HTML
75241 projects
shell
77523 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to vuelibs.org

awesome
collection of awesome lists
Stars: ✭ 178 (+286.96%)
Mutual labels:  awesome-vue

Build for production

Prerequisites:

  • nodejs
  • forever
  • yarn
  • set up nginx proxy on port 3001

Install:

git clone ...
cd vuelibs.org
yarn install

Deploy Webapp

# Copy example.deploy.sh as deploy.sh and replace api keys and mongo url.
chmod +x deploy.sh
./deploy.sh

Parser

# Copy example.parser.sh as parser.sh and replace api keys and mongo url.
chmod +x parser.sh

# Dev
ENV=dev ./parser.sh

# Prod
ENV=prod ./parser.sh

CRON

Run parser everyday at 5:23

EDITOR=nano crontab -e
23 5 * * * ENV=prod CD PATH_TO_REPO/ && ./parser.sh

Tech stack

  • node.js
  • mongodb (I use mlab)
  • vue.js
  • babel
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].