Skip to content

Latest commit

 

History

History

typescript-vue-app

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

typescript-vue-app

TypeScript, Vue and Bulma + FontAwesome...

getting started

npm i -g @vue/cli
vue create my-app # and choose manual, then typescript without babel...
cd my-app

npm i -E bulma font-awesome
npm i -ED @types/node forever

vi package.json # and add forever scripts for CI...

resources