Git Product home page Git Product logo

front_nuxt_auth's Introduction

Setup

Nodeバージョン

Nodeバージョンは .nvmrc 記載のバージョンに指定してください。
nvmを使用している場合は、nvm useで指定バージョンに切り替えができます。

ローカルサーバー起動

npm install
npm run dev

generate

npm run generate

Locally preview production build:

npm run preview

Nuxt 3 documentation

front_nuxt_auth's People

Contributors

hisashihasebe avatar kentakatoh avatar markdiverta avatar nimitbhargava avatar takel-shiba avatar vitaliy-madonov avatar vortexexpansion avatar yabe-diverta avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

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

front_nuxt_auth's Issues

Fix inquiry page

Capture
https://diverta.gyazo.com/343afcec82bd65e3eb022c2f8a66d060

Error

{
    "errors": [
        {
            "code": "invalid",
            "message": "No valid results for anyOf {\n  0: Object expected, \"Radio1\" received at #->properties:ext_05->anyOf[0]\n  1: Enum failed, enum: [\"\",\"1\",\"2\",\"3\"], data: \"Radio1\" at #->properties:ext_05->anyOf[1]\n}",
            "field": "ext_05"
        }
    ],
    "x-rcms-request-id": "a4393ecd-48f6-4904-99ae-f22970581525"
}

Memo
This occurs only when tried with my own site key.

Additional params for inquiry form

Currently inquiry form supports only the following data types by API fetch :

text
textarea
radio
select
checkbox
file

Should we extend this behaviour to

datepicker
matrix (single and multiple)

@HisashiHasebe san ?

Enclose template for need-login routes

For example /topics_list,
Those for pages login required should render only over client side, disable SSR for them.
Should use <ClientOnly> for them.

use localStorage

Keep sitekey to localStorage and restore it at initialization

There are 2 reasons why is:
keep loggedIn after refresh
let users use their own Kuroco backend

For the 2nd one,
The website is originally designed to be a template/demo for every incoming users.
If they try creating their own Kuroco backend, then users can change the sitekey to their own Kuroco’s sitekey and able to check that.
like this

Design Adjustments

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.