Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Roadmap #1

Open
10 of 19 tasks
danielschmitz opened this issue May 17, 2019 · 5 comments
Open
10 of 19 tasks

Roadmap #1

danielschmitz opened this issue May 17, 2019 · 5 comments

Comments

@danielschmitz
Copy link
Owner

danielschmitz commented May 17, 2019

Application

  • Enable HMR in Webpack

Category

  • Read All Categories
  • Create Category
  • Update Category
  • Delete Category

Product

  • Read All
  • Create
  • Update
  • Delete
  • Component: Selection with categories
  • Component: Selection with suppliers

Suplier

  • Read All
  • Create
  • Update
  • Delete

Employee

  • Read All
  • Create
  • Update
  • Delete
@DzunN86
Copy link

DzunN86 commented Jan 14, 2020

if I've install bulma on sapper, where should I call the bulma it's self ?

@DzunN86
Copy link

DzunN86 commented Feb 20, 2020

How do I setup Axios in svelte ?

@danielschmitz
Copy link
Owner Author

How do I setup Axios in svelte ?

here: https://github.com/danielschmitz/svelte-sapper-bulma-crud/blob/master/src/http.js

@DzunN86
Copy link

DzunN86 commented Feb 28, 2020

for getting data do you axios method too?

@danielschmitz
Copy link
Owner Author

for getting data do you axios method too?

yeap.

example:

import http from "../http";

async function onDeleteClick(item) {
    product = item;
    if (confirm(`Delete "${product.name}"?`)) {
      await http.delete(`/products/${product.id}`);
      products = getProducts();
    }
  }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants