path_url_strategy_module 1.0.0+2 path_url_strategy_module: ^1.0.0+2 copied to clipboard
JuneFlow Module. Path URL Strategy.
path_url_strategy_module #
This module is a module of the juneflow
Quick Started #
- if you don't have a juneflow project, please create a new juneflow project.
- Please enter the following command in the terminal.
dart pub global activate juneflow_cli june create-app
- After that, press enter to select the default project.
- Please enter the name of the project you want to use (only lowercase letters and underscores are allowed).
- Please create the project by entering the package name.
- Please enter the following command in the terminal.
- open terminal in the project root, enter the following command.
june add path_url_strategy_module
Description & Usage #
This option allows the site to operate like a typical website without attaching a # to the URL on the web. Applying this module will make the project work on the web only.