hff-entry-forms/web
2021-11-16 07:07:45 -06:00
..
public web: Update favicon. 2021-10-26 11:57:49 -05:00
src web: Expose debug info, fix view on mobile. 2021-10-27 14:02:55 -05:00
.browserslistrc web: initial commit with Vue starting point. 2021-10-24 05:53:47 -05:00
.env web: EntryProposal form implementation. 2021-10-26 01:46:59 -05:00
.env.development operations: Add cache invalidation, DEV build config. 2021-10-26 11:52:20 -05:00
.env.production web: EntryProposal form implementation. 2021-10-26 01:46:59 -05:00
.eslintrc.js web: Add vue router. 2021-10-25 09:19:49 -05:00
.gitignore web: initial commit with Vue starting point. 2021-10-24 05:53:47 -05:00
.prettierrc.yaml web: initial commit with Vue starting point. 2021-10-24 05:53:47 -05:00
Makefile Rework how the clean build command works. 2021-11-16 06:37:58 -06:00
package-lock.json Minor updates to Makefile to better support multiple environment targets. 2021-11-16 07:07:45 -06:00
package.json Minor updates to Makefile to better support multiple environment targets. 2021-11-16 07:07:45 -06:00
README.md web: initial commit with Vue starting point. 2021-10-24 05:53:47 -05:00
tsconfig.json web: initial commit with Vue starting point. 2021-10-24 05:53:47 -05:00
vue.config.js web: Expose debug info, fix view on mobile. 2021-10-27 14:02:55 -05:00

hff-entry-form-web

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.