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
|
||||
|
||||
# Simple WebPack boiler plate for SilverStripe
|
||||
## Simple WebPack boiler plate for SilverStripe
|
||||
|
||||
Checkout files at /site/ folder for details
|
||||
|
||||
# Requirements:
|
||||
## Requirements:
|
||||
|
||||
+ composer
|
||||
+ yarn
|
||||
|
||||
# Instalation:
|
||||
## Instalation:
|
||||
|
||||
+ composer install
|
||||
+ yarn install
|
||||
|
||||
# Commands:
|
||||
## Commands:
|
||||
|
||||
+ yarn - to update packages
|
||||
+ yarn start - to start webpack webserver
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "silverstripe/installer",
|
||||
"name": "a2nt/silverstripe-webpack",
|
||||
"description": "The SilverStripe webpack boilerplate",
|
||||
"require": {
|
||||
"php": ">=5.5.0",
|
||||
|
Loading…
Reference in New Issue
Block a user