Awesome
Learning Nuxt.js
Just one of the things I'm learning. https://github.com/hchiam/learning
A higher-level framework on top of Vue.js, with best practices baked in (like project folder structure), routing with 0 config (just place inside the pages folder), and other features: https://nuxtjs.org
npx create-nuxt-app <project-name>
https://www.npmjs.com/package/create-nuxt-app
Other notes
You can generate a dependency graph with npm run deps
(which runs bash show_dep_graph.sh
).
You can publish a live site to surge with bash publish_live_site.sh
(Just go into the relevant enclosing src
or public
folder of your site files - a CNAME file is there for convenience).
You can zip the current folder with npm run zip
.
This file was first created using the Yeoman generator generator-hchiam-learning
.