Vue + Vuex / Vue CLI / Nuxt.js / VuePress
This is just for education.
Code sandboxes:
- Vue example - https://codesandbox.io/s/p5jl7qplvq
1. Vue-Vuex
Example of simple usage of Vue.js with Vuex. Without any bundler.
php -S 0.0.0.0:8000 -t vue-vuex
2. Vue CLI
Example of vue-cli script to prepare your project.
vue init webpack-simple vue-cli
3. Nuxt.js
Example of Nuxt.js project.
npm install
npm run dev
4. VuePress
Best documentation ever!
npm install
npm run docs:dev
(development)npm run docs:build
(static files)