Code Monkey home page Code Monkey logo

vue-shopping-cart's Introduction

Vue Shopping Cart

Technologies

Development

  • Deno.js server
  • Vue.js client
  • AppWrite is (BaaS - Backend as a service)

Gettting Started

Frontend

Rename .env.example to .env in client folder and update API enviroments.

VITE_ALOVA_TIPS=0
VITE_BASE_URL_API=http://localhost:8000

then run command line

$ moon run client:dev

Backend

Rename .env.example to .env in server folder and update AppWrite enviroments.

APP_WRITE_API_ENDPOINT=
APP_WRITE_PROJECT_ID=
APP_WRITE_API_KEY=

Make sure everything is centralized in one place (deps.ts)

$ moon run server:deps

then run command line:

$ moon run server:dev

License

MIT © Dang Van Thanh

vue-shopping-cart's People

Contributors

dangvanthanh avatar dependabot[bot] avatar thanhdangpoeta avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

vue-shopping-cart's Issues

error: TS1205 [ERROR]: Re-exporting a type when the '--isolatedModules' flag is provided requires using 'export type'

I get the following error when running:

deno cache server/deps.ts

error: TS1205 [ERROR]: Re-exporting a type when the '--isolatedModules' flag is provided requires using 'export type'.
export { LogLevels, LevelName } from "./levels.ts";
                    ~~~~~~~~~
    at https://deno.land/[email protected]/log/mod.ts:13:21

TS1205 [ERROR]: Re-exporting a type when the '--isolatedModules' flag is provided requires using 'export type'.
  RouterContext,
  ~~~~~~~~~~~~~
    at https://raw.githubusercontent.com/liamtan28/dactyl/master/deps.ts:6:3

TS1205 [ERROR]: Re-exporting a type when the '--isolatedModules' flag is provided requires using 'export type'.
  Middleware,
  ~~~~~~~~~~
    at https://raw.githubusercontent.com/liamtan28/dactyl/master/deps.ts:9:3

TS1205 [ERROR]: Re-exporting a type when the '--isolatedModules' flag is provided requires using 'export type'.
export { spy, Spy } from "https://deno.land/x/[email protected]/spy.ts";
              ~~~
    at https://raw.githubusercontent.com/liamtan28/dactyl/master/deps.ts:17:15

Found 4 errors.

$ deno --version
# deno 1.5.1
# v8 8.7.220.3
# typescript 4.0.3

Note: I have installed deno using with asdf

Very good sample

Your code is easy to understand and helpful.
However, it can be a one-point concern.
When clicking on the category 'Baby' and later menus , browser freeze.
Probably because there is no product , 'backend' becomes unresponsive.
If it is a simple problem, please fix it.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.