props/MultiShop/client
2021-07-12 20:00:17 -05:00
..
public Added sign up button and improved logout flow. 2021-07-12 03:10:00 -05:00
src Worked on content for home page. 2021-07-12 20:00:17 -05:00
tests Began transition to Vue3. 2021-07-10 12:29:34 -05:00
.browserslistrc Began transition to Vue3. 2021-07-10 12:29:34 -05:00
.editorconfig Began transition to Vue3. 2021-07-10 12:29:34 -05:00
.eslintrc.js Began transition to Vue3. 2021-07-10 12:29:34 -05:00
.gitignore Began transition to Vue3. 2021-07-10 12:29:34 -05:00
babel.config.js Began transition to Vue3. 2021-07-10 12:29:34 -05:00
jsconfig.json Began transition to Vue3. 2021-07-10 12:29:34 -05:00
package-lock.json Worked on content for home page. 2021-07-12 20:00:17 -05:00
package.json Began transition to Vue3. 2021-07-10 12:29:34 -05:00
README.md Began transition to Vue3. 2021-07-10 12:29:34 -05:00
vue.config.js Worked on content for home page. 2021-07-12 20:00:17 -05:00
wdio.local.conf.js Began transition to Vue3. 2021-07-10 12:29:34 -05:00
wdio.sauce.conf.js Began transition to Vue3. 2021-07-10 12:29:34 -05:00
wdio.shared.conf.js Began transition to Vue3. 2021-07-10 12:29:34 -05:00

multishop

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your unit tests

npm run test:unit

Run your end-to-end tests

npm run test:e2e

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.