URL: http://hucrsapporo.php.xdomain.jp/
- Nodejs >= 10.15
- PHP >= 7.0
$ cd <project root directory>
$ yarn install
$ yarn run build
Then the hole project source will be bundled and you can see the results in the dist/ directory.
If you want to be a contributor, It is convenient to launch the development server.
$ cd <project root directory>
$ yarn install
$ yarn run serve
Then the browser opens automarically.
With the project rendered on the browser, HMR (Hot Module Replacement) should work and your changes will applieded to your browser soon.
$ yarn run lint
MIT License
2019 Ryohei Machida machida_mn@complex.ist.hokudai.ac.jp