Creating a Blog Design with Symfony, Vue.js, and Tailwind.
- Vu Dinh Dung
- Tran Xuan Thanh
PHP 8.2+
and Nodejs 18
Hệ điều hành Ubuntu 20.04+ hoặc WSL (Windows).
sudo add-apt-repository ppa:ondrej/php &&\
sudo apt-get install php8.2-{common,curl,mbstring,xml,zip,sqlite3}
curl -sS https://getcomposer.org/installer | php -- --install-dir=$HOME/.local/bin --filename=composer &&\
curl -1sLf 'https://dl.cloudsmith.io/public/symfony/stable/setup.deb.sh' | sudo -E bash &&\
sudo apt install symfony-cli
curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash - &&\
sudo apt-get install -y nodejs
sudo apt-get purge --auto-remove php8.2* nodejs symfony-cli &&\
rm $HOME/.local/bin/composer
pip install djlint