Yuki Nishijima
f966ba97d7
Update the tutorial for Rails ( #1258 )
...
* Update the tutorial for Rails
* Update docs/tutorials/integrating-with-rails.md
Co-authored-by: Konnor Rogers <konnor5456@gmail.com>
* Update docs/tutorials/integrating-with-rails.md
Co-authored-by: Konnor Rogers <konnor5456@gmail.com>
* Update docs/tutorials/integrating-with-rails.md
Co-authored-by: Konnor Rogers <konnor5456@gmail.com>
* Update docs/tutorials/integrating-with-rails.md
Co-authored-by: Konnor Rogers <konnor5456@gmail.com>
* Update docs/tutorials/integrating-with-rails.md
Co-authored-by: Konnor Rogers <konnor5456@gmail.com>
* Update docs/tutorials/integrating-with-rails.md
* Add a bit more explanation to set up icons
---------
Co-authored-by: Konnor Rogers <konnor5456@gmail.com>
2023-06-01 08:53:33 -05:00
Cory LaViska
0c3a25d2ad
prettier
2022-08-26 09:21:02 -04:00
Rich Klein
d225aaa2ff
Update Laravel integration guide to reflect v9.1 ( #865 )
...
Laravel 9.1 now uses Vite as the default bundler instead of webpack.
2022-08-26 09:18:28 -04:00
Oliver Salzburg
808815bdab
docs: Fix duplicate package in list ( #809 )
2022-07-01 20:24:28 -04:00
Cory LaViska
0cea7d23f0
run prettier
2022-06-01 08:15:36 -04:00
Corbin Crutchley
ea8c88a31a
docs: Update NextJS guide with ESM instructions ( #771 )
2022-06-01 07:43:39 -04:00
Cory LaViska
80a9d05ff3
add prettier and eslint to markdown
2022-03-02 10:10:41 -05:00
Cory LaViska
3fa41ea8d9
revert path aliasing and update import orders
2022-02-26 10:48:56 -05:00
Cory LaViska
a6a8da5aa4
update min node version
2022-01-18 09:23:48 -05:00
Jason O'Neill
d6e15f985c
add cspell and fix typos
...
fixes 636
2021-12-31 17:39:16 -08:00
Cory LaViska
49ba670b36
no dash
2021-12-07 10:05:14 -05:00
Cory LaViska
9d223067ae
add contribution links
2021-11-16 09:19:34 -05:00
Cory LaViska
a4c9b9c8cf
add react support into lib
2021-11-04 07:27:18 -04:00
Yuki Nishijima
4c10f8a537
Update the CSS path in the Integrating with Rails ( #561 )
2021-10-11 08:25:09 -04:00
Cory LaViska
d26c1a6407
update docs
2021-10-05 08:58:41 -04:00
Rich Klein
f296ff8476
Create integrating-with-laravel.md ( #553 )
...
* Create integrating-with-laravel.md
Instructions for using Shoelace components in a Laravel 8.x application.
* Update integrating-with-laravel.md
Added a section for setting the base path and switched to using the full import path for each component. Also included a full `bootstrap.js` example.
2021-10-05 08:54:12 -04:00
Cory LaViska
c356ec40d6
update theme docs
2021-08-10 09:08:50 -04:00
Cory LaViska
a050832da0
rename base.css to light.css
2021-08-09 08:06:59 -04:00
Cory LaViska
64b0e63945
update theme docs
2021-08-06 15:52:48 -04:00
Cory LaViska
360cfa43d8
formatting corrections
2021-04-26 07:07:08 -04:00
Corbin Crutchley
f66535f7d4
Update NextJS docs for beta 39 ( #434 )
2021-04-26 07:04:24 -04:00
Cory LaViska
f3db9e92ee
update docs
2021-03-23 13:52:15 -04:00
Cory LaViska
fe45f2159f
Shoemaker rework
2021-02-26 09:09:13 -05:00
Corbin Crutchley
f73f152031
Added initial NextJS documentation ( #314 )
2021-02-08 10:28:54 -05:00
Cory LaViska
353b57513e
Add discussion forum info
2020-12-28 14:42:31 -05:00
Vladimir Dementyev
c7da2f24d5
Fix asset path for Rails ( #268 )
...
The path to assets should be consistent and not depend on the current script source. There are at least two situations when this assumption fails:
- When running `webpacker-dev-server`, the _pack_ URL doesn't contain `/js/` part.
- In test environment, `/packs-test` is used by default.
2020-12-12 11:21:36 -05:00
Thomas Klemm
688802b792
Fix Rails Integration docs: Missing module export statement ( #263 )
...
Thanks for this great library @claviska!
Tried adding Shoelace to a Rails app w/ the current guide. When starting the Webpack Dev Server, the following error gets thrown:
```
.../RailsApplication/config/webpack/development.js:5
module.exports = environment.toWebpackConfig()
```
Adding `module.exports = environment` as done [here in the example repo](4114da0e14/config/webpack/environment.js (L20)
) fixes the issue and allows Webpack to compile.
2020-11-05 08:14:25 -05:00
Cory LaViska
e3450fd759
Add integrating with rails to tutorials section
2020-10-08 08:55:50 -04:00