This application is available at ctu-collaboration.cz
To run this project, you need:
- Install all dependencies with
yarnornpm i - Run
yarn serveornpm run serveto start dev server
This fronted is served by Node.js server, that should be located in the same directory with this project. Output directory for fronted build is configured in vue.config.js.
To build this project use yarn build or npm run build. Pay attention to enviroment variables (more about that in the following section).
Vue.js documentation - Environment Variables
- File
.envis used for--mode development. Development mode is used foryarn serveornpm run serveby default. - File
.env.productionis used for--mode production. Production mode is used foryarn buildornpm run buildby default.