O Caravela HC precisa de um meio visual e único de expor seus projetos em andamento, propostas, apresentação, dentre outras coisas mais. Para isso, um site está sendo desenvolvido para melhorar sua divulgação e alcance. @jptiz
First of all, you'll need npm to download and manage dependencies, so start with
npm install
Now, we're using a lot of pre-processed assets and stuff, so let's go to the webpack nasty stuff (hehehe). You can try to execute webpack by yourself and change the way the project is being bundle on the vue.config.js, but if you're not familiarized with that, just run to production build
npm run build
or for development build (with a test server and file watching)
npm run serve
Production build needs to be served at HTTP protocol, if you simply open the /dist/index.html file it's going to be blank. That's caused by the chunk processing on assets like js an css.
If you want to learn more about the technologies we used at this project, i'm listing below some introduction materials