JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q55291F
  • License MIT

vtex plugin for FastStore

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@vtex/cli-plugin-faststore) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    Plugin for using FastStore with VTEX

    Usage

    $ npm install -g @vtex/cli-plugin-faststore
    $ vtex COMMAND
    running command...
    $ vtex (-v|--version|version)
    @vtex/cli-plugin-faststore/0.1.11 darwin-arm64 node-v18.18.2
    $ vtex --help [COMMAND]
    USAGE
      $ vtex COMMAND
    ...

    vtex

    The link command facilitates the wml link

    USAGE
      $ faststore 
      setup		       Setup an account for running FastStore at VTEX
    
    OPTIONS
      -h, --help      show Link help
      -v, --verbose
    
    EXAMPLE
      $ vtex faststore setup

    Usage Example

    Login to the account/workspace you want to setup for using faststore.

    run the following command

    vtex login

    Then, setup the account with:

    vtex faststore setup

    Follow the instructions. If everything goes right, you should see the following message:

    Happy coding on FastStore 🎉