https://github.com/georgebrata/vue-login-form
Vue.js Login Page Template
https://github.com/georgebrata/vue-login-form
css3 html5 login login-forms login-page vuejs vuejs2
Last synced: 11 months ago
JSON representation
Vue.js Login Page Template
- Host: GitHub
- URL: https://github.com/georgebrata/vue-login-form
- Owner: georgebrata
- Created: 2018-03-08T20:26:18.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-08T20:26:23.000Z (over 8 years ago)
- Last Synced: 2025-05-03T03:38:03.068Z (about 1 year ago)
- Topics: css3, html5, login, login-forms, login-page, vuejs, vuejs2
- Language: JavaScript
- Homepage: https://codesandbox.io/s/github/kyokidG/vue-login-form
- Size: 23.4 KB
- Stars: 8
- Watchers: 2
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# test-project
> A Vue.js project
## Build Setup
``` bash
# 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
# run unit tests
npm run unit
# run all tests
npm test
```
For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).