Zeichen's app for both server and client.
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 

10 satır
231 B

  1. import LocalStorage from '../plugin-local-storage/src'
  2. import RemoteStorage from '../plugin-remote-storage/src'
  3. export default {
  4. plugins: [
  5. LocalStorage(),
  6. RemoteStorage({ baseUrl: 'http://localhost:3000/api', }),
  7. ]
  8. }