planner_demo

0.1.0 • Public • Published

core-configurator

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

Deploying application

Run these commands on your local machine inside the project folder to deploy the application to planner.core.com.tr. You need to be authorized with your ssh key to run these commands on remote machine.

npm run build
tar -zcvf dist.tar.gz dist
ssh root@159.223.24.159 "mkdir -p /var/www/html/planner"
scp dist.tar.gz root@159.223.24.159:/var/www/html/planner/
ssh root@159.223.24.159 "cd /var/www/html/planner; tar -zxf dist.tar.gz; rm dist.tar.gz"
rm dist.tar.gz

Readme

Keywords

none

Package Sidebar

Install

npm i planner_demo

Weekly Downloads

0

Version

0.1.0

License

none

Unpacked Size

70.5 MB

Total Files

364

Last publish

Collaborators

  • alisinancoban