Skip to content

myworkshopca/nuxt2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nuxt2

Sadly the calculator still sucks
Full format revamp coming soon!

NOTES

run on local

npm run dev

deploy memo

figure out where you are and change to the correct place

"% for current file, :p for full path, :h for head, to exclude the current file
echo expand("%:p:h") 
cd ~

using SQL link thing clone ijessicachen/nuxt2 to local clone ijessicachen/ijessicachen.github.com to local

git clone git@github.com:ijessicachen/nuxt2.git
git clone git@github.com:ijessicachen/ijessicachen.github.com.git

test deploy

cd ~/nuxt2; ./deploy.sh

cd ~/nuxt2; git remote -v 
cd ~/nuxt2; git remote set-url origin git@github.com:ijessicachen/nuxt2.git
cd ~/ijessicachen.github.com; git remote -v
cd ~/ijessicachen.github.com; git remote set-url origin git@github.com:ijessicachen/ijessicachen.github.com.git

npm -version
nvm -version

Error: error:0308010C:digital envelope routines::unsupported

node --version
nvm install 16.16.0

moving files

#check if destination right and find location of file
ls -la ~/nuxt2
ls -la ~/Downloads/*.png
-rw-r--r--@ 1 jessicachen  staff      7129 24 Jul 11:02 /Users/jessicachen/Downloads/

# source then destination
cp -v ~/Downloads/headshot\ copy.png ~/nuxt2/assets/testhead.png
cp -v ~/Downloads/NicePng_white-arrow-png_81725.png ~/nuxt2/assets/testhead.png

Releases

No releases published

Packages

No packages published

Languages

  • Vue 97.3%
  • Shell 1.9%
  • JavaScript 0.8%