===================================== JS Node frameworks ===================================== .. image:: https://w1.pngwing.com/pngs/885/534/png-transparent-green-grass-nodejs-javascript-react-mean-angularjs-logo-symbol-thumbnail.png :align: right :width: 200px Introduzione allo sviluppo per Javascript :Author: eaman :Copyright: GFDL :Version: 0.1 Questi appunti sono ad uso privato. .. sectnum:: .. contents:: Indice degli argomenti .. |date| date:: Generato il |date| con: http://docutils.sourceforge.net/rst.html Install Node and npm ======================== From https://github.com/nodesource/distributions LTS:: curl -fsSL https://deb.nodesource.com/setup_lts.x | bash - &&\ apt-get install -y nodejs Latest:: curl -fsSL https://deb.nodesource.com/setup_lts.x | bash - &&\ apt-get install -y nodejs Degit:: npm install -g degit Svelte ============== .. image:: https://italiancoders.it/wp-content/uploads/2021/01/svelte-logo.png :width: 400px :align: center Web page:: degit sveltejs/template myproject cd myproject npm install npm run dev Vue ============ .. image:: https://www.positivethinking.tech/wp-content/uploads/2021/01/Logo-Vuejs.png :width: 400px :align: center :: npm init vue@latest cd npm install npm run dev