Skip to content

Files

Latest commit

 

History

History
20 lines (14 loc) · 465 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 465 Bytes

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