sbkwgh 30beb0629d Make it safer by having getContent function return an array of strings which are used as textContent rather than being interpolated (i.e. decreasing chance of XSS) 7 năm trước cách đây
..
build 434a19b358 Move stuff to frontend 8 năm trước cách đây
config 434a19b358 Move stuff to frontend 8 năm trước cách đây
src 30beb0629d Make it safer by having getContent function return an array of strings which are used as textContent rather than being interpolated (i.e. decreasing chance of XSS) 7 năm trước cách đây
static 434a19b358 Move stuff to frontend 8 năm trước cách đây
.babelrc a9292033cb Update babel config for dynamic importing 8 năm trước cách đây
.editorconfig ce7655d307 Fix bugs and wrong files moved during merge of two projects 8 năm trước cách đây
.postcssrc.js ce7655d307 Fix bugs and wrong files moved during merge of two projects 8 năm trước cách đây
LICENCE 434a19b358 Move stuff to frontend 8 năm trước cách đây
README.md 434a19b358 Move stuff to frontend 8 năm trước cách đây
index.html baf0ab094e Defer loading of stylesheet 8 năm trước cách đây
package-lock.json 745709b7d3 Update marked dependency to 0.3.9 7 năm trước cách đây
package.json 745709b7d3 Update marked dependency to 0.3.9 7 năm trước cách đây

README.md

frontend

A Vue.js project

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

For detailed explanation on how things work, checkout the guide and docs for vue-loader.