an oversimplified application to register attendees at a conference or event
Find a file
2017-01-14 11:47:54 +01:00
config initial commit 2017-01-02 21:52:33 +01:00
src basic version of the webApp 2017-01-14 11:47:54 +01:00
static initial commit 2017-01-02 21:52:33 +01:00
tests initial commit 2017-01-02 21:52:33 +01:00
.gitignore update .gitignore 2017-01-14 11:47:26 +01:00
ibt2.py initial commit 2017-01-02 21:52:33 +01:00
index.html initial commit 2017-01-02 21:52:33 +01:00
monco.py initial commit 2017-01-02 21:52:33 +01:00
package.json initial commit 2017-01-02 21:52:33 +01:00
README.md initial commit 2017-01-02 21:52:33 +01:00
utils.py initial commit 2017-01-02 21:52:33 +01:00

ibt2

I'll be there, 2

Build Setup

# install dependencies
npm install

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

# build for production with minification
npm run build

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