This project is very personalized to my workflow but can serve as a useful tool to get your prototypes up and running quickly.
- Middleman - Ruby static site generator
- VueJS 2 - The Progressive JavaScript Framework
- NPM - NPM is the package manager for JavaScript and the world’s largest software registry
- Webpack - Module bundler and pain in the ass
Follow the instructions on how to install the libs mentioned above. Once you have those locked down, this is what you'll do:
git clone [email protected]:andreortiz82/middlemanvuejs-starter.git && cd middlemanvuejs-starter
Once you have successfully cloned and are in the project directory, run npm install
to install the javascript packages. Then run bundle install
to install the gems needed for Middleman.
Ok, almost there. After all the libs for both NPM and Middleman have been added to the project, run bundle exec middleman server
. This will start the project and you can start prototyping!
Not much but check it...
- middlemanvuejs-starter
- Gemfile
- Gemfile.lock
- Rakefile
- config.rb
- package-lock.json
- package.json
- source
- images
- index.html.erb
- javascripts
- layouts
- stylesheets
- webpack.config.js