No description
This repository has been archived on 2026-05-14. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • JavaScript 62.1%
  • Vue 36.7%
  • HTML 1.2%
Find a file
2021-07-20 11:32:00 +02:00
build Part 4: vuex 2017-10-28 14:58:42 +02:00
config Deploying to S3 2018-04-03 15:07:09 +02:00
src Part 5 plot twist 2018-01-06 15:09:04 +01:00
static Initial commit 2017-09-07 12:25:22 +01:00
test/unit Initial commit 2017-09-07 12:25:22 +01:00
.babelrc Initial commit 2017-09-07 12:25:22 +01:00
.editorconfig Initial commit 2017-09-07 12:25:22 +01:00
.eslintignore Initial commit 2017-09-07 12:25:22 +01:00
.eslintrc.js Initial commit 2017-09-07 12:25:22 +01:00
.gitignore Initial commit 2017-09-07 12:25:22 +01:00
.postcssrc.js Initial commit 2017-09-07 12:25:22 +01:00
index.html Basic version of Login component 2017-09-30 12:05:26 +02:00
package-lock.json Deploying to S3 2018-04-03 15:07:09 +02:00
package.json Deploying to S3 2018-04-03 15:07:09 +02:00
README.md Deprecation notice 2021-07-20 11:32:00 +02:00

bookstore-frontend

⚠️ This repository is no longer maintained, and remains here for reference purposes.

Frontend for https://github.com/paweljw/bookstore-backend app, built for a series of articles on my blog.

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

# run unit tests
npm run unit

# run all tests
npm test

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