mirror of
https://github.com/a2nt/silverstripe-webpack.git
synced 2024-10-22 17:05:31 +02:00
Minor description updates
This commit is contained in:
parent
fb48db0f21
commit
17f839d6d6
@ -1,20 +1,20 @@
|
|||||||
# silverstripe-webpack
|
# silverstripe-webpack
|
||||||
|
|
||||||
# Simple WebPack boiler plate for SilverStripe
|
## Simple WebPack boiler plate for SilverStripe
|
||||||
|
|
||||||
Checkout files at /site/ folder for details
|
Checkout files at /site/ folder for details
|
||||||
|
|
||||||
# Requirements:
|
## Requirements:
|
||||||
|
|
||||||
+ composer
|
+ composer
|
||||||
+ yarn
|
+ yarn
|
||||||
|
|
||||||
# Instalation:
|
## Instalation:
|
||||||
|
|
||||||
+ composer install
|
+ composer install
|
||||||
+ yarn install
|
+ yarn install
|
||||||
|
|
||||||
# Commands:
|
## Commands:
|
||||||
|
|
||||||
+ yarn - to update packages
|
+ yarn - to update packages
|
||||||
+ yarn start - to start webpack webserver
|
+ yarn start - to start webpack webserver
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "silverstripe/installer",
|
"name": "a2nt/silverstripe-webpack",
|
||||||
"description": "The SilverStripe webpack boilerplate",
|
"description": "The SilverStripe webpack boilerplate",
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.5.0",
|
"php": ">=5.5.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user